remove some includes that dont exist on windows
[deb_libnfs.git] / lib / libnfs-sync.c
index 3d3692b403ebcf18c1d117b890f3984bb1b50cd9..6f73a7e78e66a64223d975fcb636e6ad16412c38 100644 (file)
@@ -43,6 +43,9 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
+#ifdef HAVE_SYS_SOCKIO_H
+#include <sys/sockio.h>
+#endif
 #include "libnfs.h"
 #include "libnfs-raw.h"
 #include "libnfs-raw-mount.h"