diff options
Diffstat (limited to 'gi/pygi-struct.c')
-rw-r--r-- | gi/pygi-struct.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c index c379a881..5bbb7899 100644 --- a/gi/pygi-struct.c +++ b/gi/pygi-struct.c @@ -19,7 +19,10 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "pygi-private.h" +#include "pygi-struct.h" +#include "pygi-foreign.h" +#include "pygi-info.h" +#include "pygi-type.h" #include "pygobject-private.h" #include <girepository.h> |