summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sysinc.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index edcd8582..548d8949 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -29,10 +29,6 @@
# include <assert.h>
#endif
-#ifdef HAVE_ARPA_INET_H
-# include <arpa/inet.h>
-#endif
-
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif
@@ -109,10 +105,6 @@
# include <sys/loadavg.h>
#endif
-#ifdef HAVE_SYS_MOUNT_H
-# include <sys/mount.h>
-#endif
-
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
@@ -203,5 +195,12 @@
# include <vm/vm_param.h>
#endif
+#ifdef HAVE_ARPA_INET_H
+# include <arpa/inet.h>
#endif
+#ifdef HAVE_SYS_MOUNT_H
+# include <sys/mount.h>
+#endif
+
+#endif