diff options
Diffstat (limited to 'posix/sched.h')
-rw-r--r-- | posix/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/sched.h b/posix/sched.h index becad0f365..62cca85b2e 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -25,6 +25,9 @@ /* Get type definitions. */ #include <bits/types.h> +#define __need_size_t +#include <stddef.h> + #define __need_timespec #include <time.h> |