mirror of https://github.com/Icinga/icinga2.git
Build fix for FreeBSD
This commit is contained in:
parent
04b026e612
commit
473717d5d9
|
@ -17,7 +17,9 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#ifndef __FreeBSD__
|
||||
#include <alloca.h>
|
||||
#endif /* _FreeBSD__ */
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Reference in New Issue