summaryrefslogtreecommitdiff
path: root/nuttx/sched/init
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-10 06:22:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-10 06:22:51 -0600
commit9b9ec70ae1cc4560810677c6499a35be6ce8c614 (patch)
tree9382686e750f980f12a08925b5e0de74c15648fc /nuttx/sched/init
parent166e1be5b535c311cd116e60f8fa2ca672ff2e91 (diff)
downloadnuttx-9b9ec70ae1cc4560810677c6499a35be6ce8c614.tar.gz
nuttx-9b9ec70ae1cc4560810677c6499a35be6ce8c614.tar.bz2
nuttx-9b9ec70ae1cc4560810677c6499a35be6ce8c614.zip
Repartition work queue code. Move kernel-specific parts from libc/wqueue to sched/wqueue
Diffstat (limited to 'nuttx/sched/init')
-rw-r--r--nuttx/sched/init/os_bringup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/init/os_bringup.c b/nuttx/sched/init/os_bringup.c
index 23eaed044..751a15449 100644
--- a/nuttx/sched/init/os_bringup.c
+++ b/nuttx/sched/init/os_bringup.c
@@ -57,6 +57,7 @@
#ifdef CONFIG_PAGING
# include "paging/paging.h"
#endif
+# include "wqueue/wqueue.h"
# include "init/init.h"
/****************************************************************************