summaryrefslogtreecommitdiff
path: root/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'sched.c')
-rw-r--r--sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sched.c b/sched.c
index 6d53d9b..88889de 100644
--- a/sched.c
+++ b/sched.c
@@ -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)