1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-04-24  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-load.c: Include sys/param.h for MAX.
This commit is contained in:
Ulrich Drepper
1998-04-24 15:33:23 +00:00
parent 1aa63b9376
commit f8f7e09075
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <unistd.h>
#include <elf/ldsodefs.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "dynamic-link.h"