mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
Fix build on hurd
* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
This commit is contained in:
parent
76a9b99861
commit
43d5c02c72
@ -24,6 +24,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#ifndef STRING_TYPE
|
||||
# define STRING_TYPE char
|
||||
|
Loading…
x
Reference in New Issue
Block a user