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 --- plugins/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/python') diff --git a/plugins/python/python.c b/plugins/python/python.c index 9f3dd211..f866a501 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -58,7 +58,7 @@ #ifdef WIN32 #include "../../src/dirent/dirent-win32.h" -#include "../../config.h" +#include "../../config-win32.h" #else #include #include -- cgit 1.4.1