From b8c02f71d9bbaf805534d5327d8c3935a3b87636 Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 4 Jun 2014 10:30:18 -0400 Subject: win32: Use config.h instead of config-win32.h --- 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 28a40d18..06cc7a3b 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -60,12 +60,12 @@ #include #include #include "../../src/dirent/dirent-win32.h" -#include "../../config-win32.h" #else #include #include #endif +#include "../../config.h" #include "hexchat-plugin.h" #undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.h from glib.h */ #include -- cgit 1.4.1