summaryrefslogtreecommitdiff
path: root/nptl/pthread_rwlock_timedrdlock.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-20 14:46:00 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-20 14:46:00 -0700
commit6af246cf8b6cac6e504aaf06c47b284a204335e0 (patch)
treeef400a05d44f2c5a1fd7f958e5719697560a1dbe /nptl/pthread_rwlock_timedrdlock.c
parentab49e7630f88ba9cc165dd2d855938c14ae4e158 (diff)
NPTL: Add some missing #include's
Diffstat (limited to 'nptl/pthread_rwlock_timedrdlock.c')
-rw-r--r--nptl/pthread_rwlock_timedrdlock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_rwlock_timedrdlock.c b/nptl/pthread_rwlock_timedrdlock.c
index 340ae3d394..d3044fb047 100644
--- a/nptl/pthread_rwlock_timedrdlock.c
+++ b/nptl/pthread_rwlock_timedrdlock.c
@@ -21,6 +21,7 @@
#include <lowlevellock.h>
#include <pthread.h>
#include <pthreadP.h>
+#include <sys/time.h>
#include <kernel-features.h>