Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-02-10 18:57:23 +01:00
parent 4e9afd7c2c
commit bd80f4597e

View File

@ -18,7 +18,10 @@
******************************************************************************/
#include "i2-base.h"
#ifndef _MSC_VER
#include <execvpe.h>
#endif /* _MSC_VER */
using namespace icinga;