diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:46:00 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:46:00 -0700 |
commit | 6af246cf8b6cac6e504aaf06c47b284a204335e0 (patch) | |
tree | ef400a05d44f2c5a1fd7f958e5719697560a1dbe /nptl/sem_timedwait.c | |
parent | ab49e7630f88ba9cc165dd2d855938c14ae4e158 (diff) | |
download | glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.tar glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.tar.gz glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.tar.bz2 glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.zip |
NPTL: Add some missing #include's
Diffstat (limited to 'nptl/sem_timedwait.c')
-rw-r--r-- | nptl/sem_timedwait.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sem_timedwait.c b/nptl/sem_timedwait.c index 7dfe51dd8b..5d4c83090f 100644 --- a/nptl/sem_timedwait.c +++ b/nptl/sem_timedwait.c @@ -22,6 +22,7 @@ #include <lowlevellock.h> #include <internaltypes.h> #include <semaphore.h> +#include <sys/time.h> #include <pthreadP.h> #include <shlib-compat.h> |