Kaydet (Commit) e17af7b3 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Include Python.h first.

üst 39f59b08
...@@ -7,9 +7,9 @@ Copyright (c) 2002 Python Software Foundation; All Rights Reserved ...@@ -7,9 +7,9 @@ Copyright (c) 2002 Python Software Foundation; All Rights Reserved
*/ */
#include "Python.h"
#include <stdio.h> #include <stdio.h>
#include <bzlib.h> #include <bzlib.h>
#include "Python.h"
#include "structmember.h" #include "structmember.h"
#ifdef WITH_THREAD #ifdef WITH_THREAD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment