summaryrefslogtreecommitdiffstats
path: root/include/sysinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 8c229bef..e414bb7c 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -187,6 +187,18 @@
# include <sys/vmmeter.h>
#endif
+#ifdef HAVE_SYS_nlist_H
+# include <nlist.h>
+#endif
+
+#ifdef HAVE_SYS_NET_IF_H
+# include <net/if.h>
+#endif
+
+#ifdef HAVE_SYS_KVM_H
+# include <kvm.h>
+#endif
+
#ifdef HAVE_SYSLOG_H
# include <syslog.h>
#endif