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/pthread_mutex_timedlock.c | |
parent | ab49e7630f88ba9cc165dd2d855938c14ae4e158 (diff) | |
download | glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.tar.gz glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.tar.xz glibc-6af246cf8b6cac6e504aaf06c47b284a204335e0.zip |
NPTL: Add some missing #include's
Diffstat (limited to 'nptl/pthread_mutex_timedlock.c')
-rw-r--r-- | nptl/pthread_mutex_timedlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_mutex_timedlock.c b/nptl/pthread_mutex_timedlock.c index a840f8eb6d..c1bff9cf00 100644 --- a/nptl/pthread_mutex_timedlock.c +++ b/nptl/pthread_mutex_timedlock.c @@ -20,6 +20,7 @@ #include <errno.h> #include <time.h> #include <sys/param.h> +#include <sys/time.h> #include "pthreadP.h" #include <lowlevellock.h> #include <not-cancel.h> |