Add missing #include for MIN use in dl-sysdep.c.
authorRoland McGrath <roland@hack.frob.com>
Wed, 2 Jul 2014 18:10:08 +0000 (11:10 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 2 Jul 2014 18:10:08 +0000 (11:10 -0700)
ChangeLog
sysdeps/unix/sysv/linux/dl-sysdep.c

index 0bc442f..a8f7a85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-02  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
+
 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * intl/loadmsgcat.c: Remove declaration of
index 27b09dd..f86879e 100644 (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>