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