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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user