The private header should be included in girffi.c
authorJohan Dahlin <johan@gnome.org>
Thu, 31 Dec 2009 16:37:21 +0000 (17:37 +0100)
committerJohan Dahlin <johan@gnome.org>
Thu, 31 Dec 2009 16:37:21 +0000 (17:37 +0100)
Not in the public girffi.h.

girepository/girffi.c
girepository/girffi.h

index c757eea..769cd6b 100644 (file)
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <unistd.h>
 #include "girffi.h"
+#include "girffi-private.h"
 #include "girepository.h"
 
 ffi_type *
index b991b94..10a20a2 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <ffi.h>
 #include "girepository.h"
-#include "girffi-private.h"
 
 G_BEGIN_DECLS