From 4e0daf047ed14e54ea7eeb2c1547cbe06332fbf4 Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Sat, 19 Jan 2013 12:33:16 -0800 Subject: Correct almost all compiler warning issues --- plugins/python/python.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/python/python.c') diff --git a/plugins/python/python.c b/plugins/python/python.c index 2e298c35..5f98c6c7 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -66,6 +66,7 @@ #endif #include "hexchat-plugin.h" +#undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.hfrom glib.h */ #include "Python.h" #include "structmember.h" #include "pythread.h" -- cgit 1.4.1