From: Ronnie Sahlberg Date: Sun, 14 Apr 2013 17:34:33 +0000 (-0700) Subject: we can always include netinet/in.h all platforms have it X-Git-Tag: upstream/1.9.6^2~214 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=4945f307505fa51c31c9e9274f26a1421db117fc we can always include netinet/in.h all platforms have it --- 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