diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-13 19:00:26 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-13 19:00:26 +0000 |
| commit | e42d36cde38a02f8365a617c72c341b907018f80 (patch) | |
| tree | 7ead6b81fa581f3b9febcff25a8278dfef8b1ea0 /lib/python | |
| parent | ebdbedb7b01c55a06c9fd548cc776354ced3b4cf (diff) | |
| download | enigma2-e42d36cde38a02f8365a617c72c341b907018f80.tar.gz enigma2-e42d36cde38a02f8365a617c72c341b907018f80.zip | |
include Python.h before all other header files
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/python.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Python.h> #include <string> #include <lib/base/object.h> -#include <Python.h> #if !defined(SKIP_PART1) && !defined(SWIG) class ePyObject |
