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

Message ID 20140702181110.E4D3C2C397B@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath July 2, 2014, 6:11 p.m. UTC
  2014-07-02  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
  

Patch

--- 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>