libnfs: fix build.

add missing #include sys/time.h.
This commit is contained in:
maxice8 2018-07-01 01:20:08 -03:00
parent 93a861127c
commit ca0224513d
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- include/nfsc/libnfs.h
+++ 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>