1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Add missing #include for MIN use in dl-sysdep.c.

This commit is contained in:
Roland McGrath
2014-07-02 11:10:08 -07:00
parent d4eb8195e5
commit fe5f34e470
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/utsname.h>
#include <ldsodefs.h>