summaryrefslogtreecommitdiff
path: root/string
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
parent76a9b9986141b1a7d9fd290c349d27fcee780c7a (diff)
Fix build on hurd
* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
Diffstat (limited to 'string')
-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