diff options
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> |