diff options
Diffstat (limited to 'include/pthread.h')
| -rw-r--r-- | include/pthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h index cc056888..5141a286 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -1,6 +1,8 @@ #ifndef __PTHREAD_H #define __PTHREAD_H +#include <stddef.h> +#include <time.h> #define __BITS_TIMESPEC_H_ #include <bits/timespec.h> #undef __BITS_TIMESPEC_H_ |
