From e17af7b3dbb0ebc6fea7e55052833564ca59d104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 23 Nov 2002 09:16:19 +0000 Subject: Include Python.h first. --- Modules/bz2module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/bz2module.c b/Modules/bz2module.c index ffd1743..f358de7 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 -- cgit v0.12