From be1c2991cf98539b49a18876a544e1560bd76fe6 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 31 Dec 2009 15:29:43 +0100 Subject: [PATCH] Add missing include girffi-private.h --- girffi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/girffi.h b/girffi.h index 7961177ee..b991b9458 100644 --- a/girffi.h +++ b/girffi.h @@ -21,8 +21,9 @@ #ifndef __GIRFFI_H__ #define __GIRFFI_H__ -#include "girepository.h" #include +#include "girepository.h" +#include "girffi-private.h" G_BEGIN_DECLS