fix linux

pull/19/head
Jeff 6 years ago
parent 77b2903bda
commit 1d41d93fd0

@ -1,5 +1,9 @@
#include <llarp/time.h>
#ifdef __linux__
#include <time.h>
#else
#include <sys/time.h>
#endif
// these _should_ be 32-bit safe...
llarp_time_t

Loading…
Cancel
Save