mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user