From 4945f307505fa51c31c9e9274f26a1421db117fc Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 14 Apr 2013 10:34:33 -0700 Subject: [PATCH] we can always include netinet/in.h all platforms have it --- lib/libnfs-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index 0527bbf..4478a49 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -35,7 +35,6 @@ #endif /*WIN32*/ #ifdef ANDROID -#include #define statvfs statfs #endif @@ -66,6 +65,7 @@ #include #include #include +#include #include #ifdef HAVE_SYS_SOCKIO_H -- 2.34.1