summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread/pthread_create.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 17:53:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 17:53:55 -0600
commit5ddcab0d041b2a78c8d80d4d2daca6040816f259 (patch)
treecf028eaf29c3766da686b7141127962bbbf7be26 /nuttx/sched/pthread/pthread_create.c
parent358f4f222b04afabaf043b84d74446fccaabb9d9 (diff)
downloadpx4-nuttx-5ddcab0d041b2a78c8d80d4d2daca6040816f259.tar.gz
px4-nuttx-5ddcab0d041b2a78c8d80d4d2daca6040816f259.tar.bz2
px4-nuttx-5ddcab0d041b2a78c8d80d4d2daca6040816f259.zip
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
Diffstat (limited to 'nuttx/sched/pthread/pthread_create.c')
-rw-r--r--nuttx/sched/pthread/pthread_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread/pthread_create.c b/nuttx/sched/pthread/pthread_create.c
index b3969e4f7..9ee5cc5d9 100644
--- a/nuttx/sched/pthread/pthread_create.c
+++ b/nuttx/sched/pthread/pthread_create.c
@@ -52,7 +52,7 @@
#include <nuttx/pthread.h>
#include <nuttx/arch.h>
-#include "os_internal.h"
+#include "sched/sched.h"
#include "group/group.h"
#include "clock/clock.h"
#include "pthread/pthread.h"