From 4c6d28dd697967ba2650d85c0690dd64e8336e09 Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 5 Feb 2014 16:08:15 +0000 Subject: [PATCH] example: include config.h Without it, the pid_t definition will be missed, which is needed by check.h git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1098 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- doc/example/tests/check_money.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/example/tests/check_money.c b/doc/example/tests/check_money.c index 4c4c0a6..5809436 100644 --- a/doc/example/tests/check_money.c +++ b/doc/example/tests/check_money.c @@ -1,3 +1,4 @@ +#include #include #include #include "../src/money.h" -- 2.49.0