]> granicus.if.org Git - check/commitdiff
example: include stdint.h
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 5 Feb 2014 16:08:21 +0000 (16:08 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 5 Feb 2014 16:08:21 +0000 (16:08 +0000)
Without this, the intmax_t and uintmax_t definitions will not
be available on MSVC

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1099 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/example/tests/check_money.c

index 58094367e3a028fd8f89855de9ad845eb93c5afb..cf219b87a718a89de8a5e7d195c7e8525cc22150 100644 (file)
@@ -1,5 +1,6 @@
 #include <config.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <check.h>
 #include "../src/money.h"