It has a #ifdef surrounding it, it is better to have it in one place
then.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@762
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
#include <pthread.h>
#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
/* replacement functions for broken originals */
#if !HAVE_DECL_ALARM
unsigned int alarm (unsigned int seconds);
#include <string.h>
#include <stdio.h>
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
-
#include "check.h"
#include "check_error.h"
#include "check_list.h"