OSDN Git Service

* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
[pf3gnuchains/gcc-fork.git] / libiberty / sort.c
index da2d660..90c97e0 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