1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Fix build on hurd

* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
This commit is contained in:
Samuel Thibault
2013-11-10 11:22:32 +01:00
parent 76a9b99861
commit 43d5c02c72

View File

@@ -24,6 +24,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/param.h>
#ifndef STRING_TYPE #ifndef STRING_TYPE
# define STRING_TYPE char # define STRING_TYPE char