diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-23 16:31:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-23 16:31:19 +0000 |
| commit | 7d7ca8ee2eaae704989a1552ad429794d402f550 (patch) | |
| tree | 1586bab92060b0d6f8e6a447990a42e4e9f4a79b /lib/nav/core.cpp | |
| parent | 4ea3e16caea18f079d66b387d000d9ba2db8fd1b (diff) | |
| download | enigma2-7d7ca8ee2eaae704989a1552ad429794d402f550.tar.gz enigma2-7d7ca8ee2eaae704989a1552ad429794d402f550.zip | |
add PyObject refcount debugging code
Diffstat (limited to 'lib/nav/core.cpp')
| -rw-r--r-- | lib/nav/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nav/core.cpp b/lib/nav/core.cpp index 7f76fa3f..0b4270d9 100644 --- a/lib/nav/core.cpp +++ b/lib/nav/core.cpp @@ -1,6 +1,6 @@ #include <lib/nav/core.h> #include <lib/base/eerror.h> -#include <Python.h> +#include <lib/python/python.h> void eNavigation::serviceEvent(iPlayableService* service, int event) { |
