From fc7adff08e8955efd86b4cc33cbcbc18be8d6629 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 23 Nov 2008 20:36:15 +0000 Subject: Make it compilable with -Werror on my system by adding a couple of 2008-11-23 Johan Dahlin Make it compilable with -Werror on my system by adding a couple of prototypes and including headers. svn path=/trunk/; revision=960 --- tests/repository/gitestrepo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/repository') diff --git a/tests/repository/gitestrepo.c b/tests/repository/gitestrepo.c index fcfa5177..007ce02e 100644 --- a/tests/repository/gitestrepo.c +++ b/tests/repository/gitestrepo.c @@ -2,8 +2,11 @@ #include "girepository.h" #include +#include #include +void test_constructor_return_type(GIBaseInfo* object_info); + void test_constructor_return_type(GIBaseInfo* object_info) { -- cgit v1.2.1