* configure.in (AC_CHECK_HEADERS): Add time.h.
[deliverable/binutils-gdb.git] / libiberty / strtoul.c
index 59d428cd49e0d38afc63c902cb9480dd29efd2c4..87fa3ffdf93679f48d72e7f4a349a6ac2ce58725 100644 (file)
  * SUCH DAMAGE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #include <ctype.h>
 #include <errno.h>
 #ifdef NEED_DECLARATION_ERRNO
This page took 0.030924 seconds and 4 git commands to generate.