mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
fix linux
This commit is contained in:
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…
Reference in New Issue
Block a user