Add missing #include for MIN/MAX users.
[platform/upstream/glibc.git] / nptl / pthread_mutex_timedlock.c
index 0361923..57644c3 100644 (file)
@@ -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>