]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/network.c
Add #include directives for additional header files needed to support IPv6
[nfs-utils.git] / utils / mount / network.c
index 30a4d40ef78c7216e149e6cd58a0dc7685d05bfb..c9fd548c5ac47491b176cc2c73375866d34036a2 100644 (file)
 #include <errno.h>
 #include <netdb.h>
 #include <time.h>
+
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <rpc/rpc.h>
 #include <rpc/pmap_prot.h>
 #include <rpc/pmap_clnt.h>
-#include <sys/socket.h>
 
 #include "xcommon.h"
 #include "mount.h"