From: Andreas Monzner Date: Wed, 13 Feb 2008 19:00:26 +0000 (+0000) Subject: include Python.h before all other header files X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=e42d36cde38a02f8365a617c72c341b907018f80;hp=ebdbedb7b01c55a06c9fd548cc776354ced3b4cf;ds=sidebyside include Python.h before all other header files --- diff --git a/lib/python/python.h b/lib/python/python.h index f5f793f..76f6aa8 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -4,9 +4,9 @@ #define __lib_python_python_class_h #endif +#include #include #include -#include #if !defined(SKIP_PART1) && !defined(SWIG) class ePyObject