mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Windows build fix.
This commit is contained in:
parent
4e9afd7c2c
commit
bd80f4597e
@ -18,7 +18,10 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#include "i2-base.h"
|
#include "i2-base.h"
|
||||||
|
|
||||||
|
#ifndef _MSC_VER
|
||||||
#include <execvpe.h>
|
#include <execvpe.h>
|
||||||
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user