summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_timedlock.c
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/pthread_mutex_timedlock.c
parent631021e0aaefbf9fde4b4472e4ec1d51fffb9bbd (diff)
Add missing #include for MIN/MAX users.
Diffstat (limited to 'nptl/pthread_mutex_timedlock.c')
-rw-r--r--nptl/pthread_mutex_timedlock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_mutex_timedlock.c b/nptl/pthread_mutex_timedlock.c
index 03619230ff..57644c3365 100644
--- a/nptl/pthread_mutex_timedlock.c
+++ b/nptl/pthread_mutex_timedlock.c
@@ -19,6 +19,7 @@
#include <assert.h>
#include <errno.h>
#include <time.h>
+#include <sys/param.h>
#include "pthreadP.h"
#include <lowlevellock.h>
#include <not-cancel.h>