From 62df20656565cd422330ae2b2aebf61c67cbaf22 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 23 Jul 2000 19:20:18 +0000 Subject: * configure.in (AC_CHECK_HEADERS): Add time.h. (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include and/or . --- libiberty/sort.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libiberty/sort.c') diff --git a/libiberty/sort.c b/libiberty/sort.c index da2d660..90c97e0 100644 --- a/libiberty/sort.c +++ b/libiberty/sort.c @@ -24,7 +24,12 @@ Boston, MA 02111-1307, USA. */ #endif #include "libiberty.h" #include "sort.h" +#ifdef HAVE_LIMITS_H #include +#endif +#ifdef HAVE_SYS_PARAM_H +#include +#endif #ifdef HAVE_STDLIB_H #include #endif -- cgit v1.1