From: cpickett Date: Fri, 8 Feb 2013 21:24:23 +0000 (+0000) Subject: * undo the last change X-Git-Tag: 0.10.0~482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aa22152995cea33247a3ea7a4af53cd8bdc4f38;p=check * undo the last change git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@698 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/src/check.h.in b/src/check.h.in index 8468b4e..015a906 100644 --- a/src/check.h.in +++ b/src/check.h.in @@ -22,8 +22,15 @@ #ifndef CHECK_H #define CHECK_H +#if HAVE_CONFIG_H +#include +#endif + #include #include +#ifdef HAVE_STDINT_H +#include +#endif /* Check: a unit test framework for C