docs: add a prebuilt manpage to the distribution
[deb_libnfs.git] / lib / libnfs-sync.c
index 6e329f96af76f37b761a5f6e0a9ce529feca7646..d4a54513f2647df3e3020bea932971223f3d8d70 100644 (file)
 #include "win32_compat.h"
 #endif
 
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
 #ifdef HAVE_NET_IF_H
 #include <net/if.h>
 #endif
 #include <sys/ioctl.h>
 #endif
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
 #ifdef HAVE_POLL_H
 #include <poll.h>
 #endif