From: Martin v. Löwis Date: Sat, 23 Nov 2002 09:16:19 +0000 (+0000) Subject: Include Python.h first. X-Git-Tag: v2.3c1~3286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e17af7b3dbb0ebc6fea7e55052833564ca59d104;p=thirdparty%2FPython%2Fcpython.git Include Python.h first. --- diff --git a/Modules/bz2module.c b/Modules/bz2module.c index ffd17431f844..f358de7e9195 100644 --- a/Modules/bz2module.c +++ b/Modules/bz2module.c @@ -7,9 +7,9 @@ Copyright (c) 2002 Python Software Foundation; All Rights Reserved */ +#include "Python.h" #include #include -#include "Python.h" #include "structmember.h" #ifdef WITH_THREAD