diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
| commit | d9b91542e07a2296b69141433d863fe8028b148e (patch) | |
| tree | c72c08497b1fa207b11dad421085d6947ae66dab /lib/python/connections.h | |
| parent | 4a2d077400b4db14df1d28d84f9c078392d4da28 (diff) | |
| download | enigma2-d9b91542e07a2296b69141433d863fe8028b148e.tar.gz enigma2-d9b91542e07a2296b69141433d863fe8028b148e.zip | |
remove non working python refcount debugging code
Diffstat (limited to 'lib/python/connections.h')
| -rw-r--r-- | lib/python/connections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/connections.h b/lib/python/connections.h index 9da6a002..8a06f7fa 100644 --- a/lib/python/connections.h +++ b/lib/python/connections.h @@ -7,6 +7,7 @@ #include <features.h> #undef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 200112L +#include <Python.h> #include <lib/python/python.h> class PSignal |
