mirror of git://sourceware.org/git/glibc.git
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 <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
|
||||||
|
|
Loading…
Reference in New Issue