diff options
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r-- | gobject/pygobject-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h index 9810cf4..aebe4c5 100644 --- a/gobject/pygobject-private.h +++ b/gobject/pygobject-private.h @@ -8,6 +8,8 @@ #define _INSIDE_PYGOBJECT_ #include "pygobject.h" +#include "pyglib-python-compat.h" + /* Python 2.3 does not define Py_CLEAR */ #ifndef Py_CLEAR #define Py_CLEAR(op) \ |