about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-01 15:01:24 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-01 15:01:24 -0700
commitca06321df0d5327f30b7ef7065278974dd89c6d8 (patch)
treeaddf6ff2a5834bb0f5b84afed34a6d9eed0fbe90 /sysdeps
parent631021e0aaefbf9fde4b4472e4ec1d51fffb9bbd (diff)
downloadglibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.tar.gz
glibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.tar.xz
glibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.zip
Add missing #include for MIN/MAX users.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sysconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sysconf.c b/sysdeps/unix/sysv/linux/sysconf.c
index 25208cdc53..99d4c27cb9 100644
--- a/sysdeps/unix/sysv/linux/sysconf.c
+++ b/sysdeps/unix/sysv/linux/sysconf.c
@@ -23,6 +23,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/resource.h>
+#include <sys/param.h>
 #include <not-cancel.h>
 #include <ldsodefs.h>