From: Samuel Thibault Date: Sun, 10 Nov 2013 10:22:32 +0000 (+0100) Subject: Fix build on hurd X-Git-Tag: glibc-2.19~531 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd;p=glibc.git Fix build on hurd * string/strcoll_l.c: Include for MIN/MAX macros. --- 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 #include #include +#include #ifndef STRING_TYPE # define STRING_TYPE char