From a545badd656ce00e36945b188f620a67e19fdf55 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 16 Feb 2012 18:15:04 +0100 Subject: Work around macro redefinition warning --- pyuno/source/module/pyuno_dlopenwrapper.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyuno') diff --git a/pyuno/source/module/pyuno_dlopenwrapper.c b/pyuno/source/module/pyuno_dlopenwrapper.c index 01386e6ead4d..3bdc912f95bd 100644 --- a/pyuno/source/module/pyuno_dlopenwrapper.c +++ b/pyuno/source/module/pyuno_dlopenwrapper.c @@ -26,6 +26,10 @@ * ************************************************************************/ +/* make Python.h go first as a hack to work around _POSIX_C_SOURCE redefinition + warnings: */ +#include "Python.h" + #include "sal/config.h" #include @@ -36,8 +40,6 @@ #endif #include -#include "Python.h" - #include "rtl/string.h" /* A wrapper around libpyuno.so, making sure the latter is loaded RTLD_GLOBAL -- cgit v1.2.3