summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_start.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 12:31:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 12:31:23 -0600
commitb61c7bebffa7dc52d2edb128086bbbca2d978c48 (patch)
tree43c16e0bfe6f354a9d14f379d371461356605821 /nuttx/sched/os_start.c
parent6dfcaf2374c8e41e6c66aa1b32bb07b13daeba9b (diff)
downloadpx4-nuttx-b61c7bebffa7dc52d2edb128086bbbca2d978c48.tar.gz
px4-nuttx-b61c7bebffa7dc52d2edb128086bbbca2d978c48.tar.bz2
px4-nuttx-b61c7bebffa7dc52d2edb128086bbbca2d978c48.zip
Move POSIX message queue files from sched/ to sched/mqueue
Diffstat (limited to 'nuttx/sched/os_start.c')
-rw-r--r--nuttx/sched/os_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c
index 53cebdd8d..c930e4bb5 100644
--- a/nuttx/sched/os_start.c
+++ b/nuttx/sched/os_start.c
@@ -56,7 +56,7 @@
#include "wd_internal.h"
#include "sem_internal.h"
#ifndef CONFIG_DISABLE_MQUEUE
-# include "mq_internal.h"
+# include "mqueue/mqueue.h"
#endif
#ifndef CONFIG_DISABLE_PTHREAD
# include "pthread_internal.h"