summaryrefslogtreecommitdiff
path: root/nuttx/arch/8051/src/up_exit.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
commitd699ae3cb3e27074dc6c70bb2cebc577ff5db8d4 (patch)
tree16a334e4719020a14c32aab4ab648a689a7215a2 /nuttx/arch/8051/src/up_exit.c
parentd4595268b7c63a72243c5bd8b3eed4def39e9d3c (diff)
downloadpx4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.gz
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.bz2
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.zip
Move task control files from sched/ to sched/task
Diffstat (limited to 'nuttx/arch/8051/src/up_exit.c')
-rw-r--r--nuttx/arch/8051/src/up_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/8051/src/up_exit.c b/nuttx/arch/8051/src/up_exit.c
index 235eb691f..9ef273294 100644
--- a/nuttx/arch/8051/src/up_exit.c
+++ b/nuttx/arch/8051/src/up_exit.c
@@ -45,6 +45,7 @@
#include <8052.h>
#include <nuttx/arch.h>
+#include "task/task.h"
#include "os_internal.h"
#include "up_internal.h"