mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-27 09:06:42 -04:00
Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> on
NetBSD and OpenBSD (at least). git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1584 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
b06427a140
commit
238b7ae4ea
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net";
|
|||
#elif defined (__bsd__)
|
||||
|
||||
#include <netinet/if_ether.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <net/if_dl.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue