From 83fbc2a202eeddae233559c8b34b6090ba9295d8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 22 Sep 2003 22:28:31 +0000 Subject: [PATCH] Fix a compilation warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/libpy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/libpy.c b/wxPython/src/libpy.c index 1116e677df..9a0944649a 100644 --- a/wxPython/src/libpy.c +++ b/wxPython/src/libpy.c @@ -5,11 +5,11 @@ * Contains variable linking and pointer type-checking code. ************************************************************************/ +#include "Python.h" + #include #include -#include "Python.h" - #ifdef __cplusplus extern "C" { #endif