summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix
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 /nptl/sysdeps/unix
parent631021e0aaefbf9fde4b4472e4ec1d51fffb9bbd (diff)
Add missing #include for MIN/MAX users.
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c b/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
index b15c83554e..c80fef47c4 100644
--- a/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
+++ b/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <sysdep.h>
#include <sys/types.h>
+#include <sys/param.h>
#include <shlib-compat.h>