Include Python.h first.

This commit is contained in:
Martin v. Löwis 2002-11-23 09:16:19 +00:00
parent 39f59b089d
commit e17af7b3db

View file

@ -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