commit | e17af7b3dbb0ebc6fea7e55052833564ca59d104 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 23 09:16:19 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 23 09:16:19 2002 +0000 |
tree | c7f041d3dc20fb6baef9a98b5db6c730ad53fa01 | |
parent | 39f59b089dde8c4badaa510dd47d6d93d5eaed3d [diff] |
Include Python.h first.
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 @@ */ +#include "Python.h" #include <stdio.h> #include <bzlib.h> -#include "Python.h" #include "structmember.h" #ifdef WITH_THREAD