]> granicus.if.org Git - icinga2/commitdiff
Windows build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Feb 2013 17:57:23 +0000 (18:57 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Feb 2013 17:57:23 +0000 (18:57 +0100)
lib/base/process.cpp

index 1dd6dbdd059b1fd307fda8a51ed3638d54911ad9..223bb3b6fe294d60f2aa51b7092a46d7e11739a5 100644 (file)
  ******************************************************************************/
 
 #include "i2-base.h"
+
+#ifndef _MSC_VER
 #include <execvpe.h>
+#endif /* _MSC_VER */
 
 using namespace icinga;