This file does not depend on windows.h. Signed-off-by: Stefan Weil <s...@weilnetz.de> --- exec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/exec.c b/exec.c index b69fd29..680268a 100644 --- a/exec.c +++ b/exec.c @@ -17,9 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" -#ifdef _WIN32 -#include <windows.h> -#else +#ifndef _WIN32 #include <sys/types.h> #include <sys/mman.h> #endif -- 1.7.10.4