about summary refs log tree commit diff
path: root/string/strcoll_l.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-10 11:22:32 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-10 11:22:32 +0100
commit43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd (patch)
tree794f2ea45e3b94b328b0ec064987a54f96e8b10b /string/strcoll_l.c
parent76a9b9986141b1a7d9fd290c349d27fcee780c7a (diff)
downloadglibc-43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd.tar.gz
glibc-43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd.tar.xz
glibc-43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd.zip
Fix build on hurd
* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
Diffstat (limited to 'string/strcoll_l.c')
-rw-r--r--string/strcoll_l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 4ee101a118..5095e98fb7 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -24,6 +24,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/param.h>
 
 #ifndef STRING_TYPE
 # define STRING_TYPE char