]> granicus.if.org Git - check/commitdiff
* undo the last change
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 8 Feb 2013 21:24:23 +0000 (21:24 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 8 Feb 2013 21:24:23 +0000 (21:24 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@698 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/check.h.in

index 8468b4e11f3e2f8c6c1c97e1e5332a9600531eba..015a90690e7bd7c595d5e6b33a5952fcb9fdbae8 100644 (file)
 #ifndef CHECK_H
 #define CHECK_H
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stddef.h>
 #include <string.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 
 /* Check: a unit test framework for C