diff -r c2f4c0285180 -r faab25d520dd test/harness/testcase.h --- a/test/harness/testcase.h Tue Jan 24 23:54:05 2012 +0000 +++ b/test/harness/testcase.h Fri Jan 27 16:18:02 2012 +0000 @@ -1,6 +1,8 @@ #ifndef TESTCASE_H #define TESTCASE_H +#include + typedef struct { char *basename; char *input; @@ -10,7 +12,7 @@ } flags; } Testcase; -boolean testcase_run(Testcase *testcase); +gboolean testcase_run(Testcase *testcase); void testcase_free(Testcase *testcase); #endif /* TESTCASE_H */