diff options
-rw-r--r-- | plugins-root/check_dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index ce0e0cb..fbfb331 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -68,6 +68,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
68 | #elif defined (__bsd__) | 68 | #elif defined (__bsd__) |
69 | 69 | ||
70 | #include <netinet/if_ether.h> | 70 | #include <netinet/if_ether.h> |
71 | #include <sys/param.h> | ||
71 | #include <sys/sysctl.h> | 72 | #include <sys/sysctl.h> |
72 | #include <net/if_dl.h> | 73 | #include <net/if_dl.h> |
73 | 74 | ||