diff options
Diffstat (limited to 'linuxthreads/sysdeps/pthread/timer_routines.c')
-rw-r--r-- | linuxthreads/sysdeps/pthread/timer_routines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index 2d4e325b6d..4e3a8fc65a 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -22,6 +22,7 @@ #include <errno.h> #include <pthread.h> #include <stddef.h> +#include <string.h> #include <sysdep.h> #include <time.h> #include <unistd.h> |