daily update
[deliverable/binutils-gdb.git] / libiberty / sort.c
index da2d660b6f5d743655dc1876a442af38bae46cd9..90c97e04e07f2525cbd8370c49e2ede049d83f5b 100644 (file)
@@ -24,7 +24,12 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #include "libiberty.h"
 #include "sort.h"
+#ifdef HAVE_LIMITS_H
 #include <limits.h>
+#endif
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
This page took 0.022983 seconds and 4 git commands to generate.