From a98dc18d55947709e9350da79993bbe8e8cdfa28 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 27 Oct 2012 01:26:32 +0200 Subject: Ignore generated config.h properly on Unix --- src/common/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/util.c') diff --git a/src/common/util.c b/src/common/util.c index 0881c708..8f76cfc6 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -33,12 +33,14 @@ #include #include #include "../dirent/dirent-win32.h" +#include "../../config-win32.h" #else #include #include #include #include #include +#include "../../config.h" #endif #include @@ -48,7 +50,6 @@ #include #include #include "util.h" -#include "../../config.h" #if defined (USING_FREEBSD) || defined (__APPLE__) #include -- cgit 1.4.1