summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 10:07:11 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 10:07:11 +0000
commit88200af1f657d31aa8ac69e35a12ff5a1bae6e70 (patch)
tree990e2d9b09de829df4ffb2368fbedb3a5427115f /include
parent2a264d02b20ebdf8fd4eb1b144ee1d446c8da394 (diff)
downloadzabbix-88200af1f657d31aa8ac69e35a12ff5a1bae6e70.tar.gz
zabbix-88200af1f657d31aa8ac69e35a12ff5a1bae6e70.tar.xz
zabbix-88200af1f657d31aa8ac69e35a12ff5a1bae6e70.zip
- [DEV-168] added more supported items in FreeBSD, NetBSD and OpenBSD
git-svn-id: svn://svn.zabbix.com/trunk@5685 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-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