summaryrefslogtreecommitdiff
path: root/gi/pygi-private.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-11-30 10:03:34 +0000
committerTomeu Vizoso <tomeu@sugarlabs.org>2009-11-30 10:55:58 +0000
commit66c34805223af9e63c7d61f21a3dbd7505a8f256 (patch)
tree327da9017ab1d261bf650291750a81fd8434c29d /gi/pygi-private.h
parente7e2fccae36c28c7e9f288fcd4c90a001140e307 (diff)
downloadpygobject-66c34805223af9e63c7d61f21a3dbd7505a8f256.tar.gz
Set a default constructor for boxed structs that don't have one
https://bugzilla.gnome.org/show_bug.cgi?id=602735
Diffstat (limited to 'gi/pygi-private.h')
-rw-r--r--gi/pygi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-private.h b/gi/pygi-private.h
index 6ca85c86..4e2615f9 100644
--- a/gi/pygi-private.h
+++ b/gi/pygi-private.h
@@ -21,6 +21,7 @@
#include "pygi-repository.h"
#include "pygi-info.h"
#include "pygi-struct.h"
+#include "pygi-boxed.h"
#include "pygi-argument.h"
#include "pygi-type.h"