This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITTED PATCH] Add missing #include for MIN use in dl-sysdep.c.
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 2 Jul 2014 11:11:10 -0700 (PDT)
- Subject: [COMMITTED PATCH] Add missing #include for MIN use in dl-sysdep.c.
- Authentication-results: sourceware.org; auth=none
2014-07-02 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
--- a/sysdeps/unix/sysv/linux/dl-sysdep.c
+++ b/sysdeps/unix/sysv/linux/dl-sysdep.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
+#include <sys/param.h>
#include <sys/utsname.h>
#include <ldsodefs.h>