[droid] Support building for android
[deb_libnfs.git] / include / libnfs.h
index ab2b583dea940a5e12b46ab14840c2bd9b040c9b..75613d701bf67b034c563d0c1f7cce0ecc310e74 100644 (file)
@@ -18,6 +18,9 @@
  * This is the highlevel interface to access NFS resources using a posix-like interface
  */
 #include <stdint.h>
+#if defined(ANDROID)
+#include <sys/time.h>
+#endif
 
 struct nfs_context;
 struct rpc_context;