mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 14:19:30 -04:00
added missing header to fix build on freebsd
This commit is contained in:
parent
4eab02cdaf
commit
4083622f86
2 changed files with 1 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include <stdarg.h>
|
||||
#include "utils_base.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define np_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } }
|
||||
|
||||
|
|
|
|||
|
|
@ -117,9 +117,7 @@
|
|||
#include <getopt.h>
|
||||
#include "dirname.h"
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_POLL_H
|
||||
# include "sys/poll.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue