From: Martin v. Löwis <martin@v.loewis.de> Date: Sat, 23 Nov 2002 09:16:19 +0000 (+0000) Subject: Include Python.h first. X-Git-Tag: v2.3c1~3286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e17af7b3dbb0ebc6fea7e55052833564ca59d104;p=python Include Python.h first. --- diff --git a/Modules/bz2module.c b/Modules/bz2module.c index ffd17431f8..f358de7e91 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 <stdio.h> #include <bzlib.h> -#include "Python.h" #include "structmember.h" #ifdef WITH_THREAD