diff options
Diffstat (limited to 'sched.c')
-rw-r--r-- | sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,9 +25,9 @@ #define ENOSUP 0 -#include "sched.h" #include "pthread.h" #include "implement.h" +#include "sched.h" static int is_attr(const pthread_attr_t *attr) |