]> granicus.if.org Git - check/commitdiff
example: include config.h
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 5 Feb 2014 16:08:15 +0000 (16:08 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 5 Feb 2014 16:08:15 +0000 (16:08 +0000)
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

index 4c4c0a6b13a9a46910b3a497cfc6ed3bb794feee..58094367e3a028fd8f89855de9ad845eb93c5afb 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include "../src/money.h"