mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Build fix for FreeBSD
This commit is contained in:
parent
04b026e612
commit
473717d5d9
2
third-party/execvpe/execvpe.c
vendored
2
third-party/execvpe/execvpe.c
vendored
@ -17,7 +17,9 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#ifndef __FreeBSD__
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
#endif /* _FreeBSD__ */
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user