diff --git a/Modules/bz2module.c b/Modules/bz2module.c index ffd17431f84..f358de7e919 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