summaryrefslogtreecommitdiffstats
path: root/include/sysinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 72ab0964..fcdbea19 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -270,6 +270,14 @@
# include <net/if.h>
#endif
+#ifdef HAVE_NET_IF_MIB_H
+# include <net/if_mib.h>
+#endif
+
+#ifdef HAVE_SYS_USER_H
+# include <sys/user.h>
+#endif
+
#ifdef HAVE_KVM_H
# include <kvm.h>
#endif