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