diff options
Diffstat (limited to 'gobject/pygobject.c')
-rw-r--r-- | gobject/pygobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c index d41971d..5cc9ae1 100644 --- a/gobject/pygobject.c +++ b/gobject/pygobject.c @@ -22,6 +22,7 @@ #include <pyglib.h> #include "pygobject-private.h" +#include "pyginterface.h" static void pygobject_dealloc(PyGObject *self); static int pygobject_traverse(PyGObject *self, visitproc visit, void *arg); |