blob: 6d599b49e43120b1e95bef4bc748b01e9e70ad20 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/include/nfsc/libnfs.h
+++ b/include/nfsc/libnfs.h
@@ -28,6 +28,7 @@
#endif
#include <stdint.h>
+#include <sys/time.h>
#if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
|| ( defined(__APPLE__) && defined(__MACH__) )
#include <sys/time.h>
|