From: Andreas Monzner Date: Wed, 13 Feb 2008 19:00:26 +0000 (+0000) Subject: include Python.h before all other header files X-Git-Tag: 2.6.0~1543 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e42d36cde38a02f8365a617c72c341b907018f80 include Python.h before all other header files --- diff --git a/lib/python/python.h b/lib/python/python.h index f5f793ff..76f6aa88 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