aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-13 19:33:47 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-13 19:33:47 +0000
commit0fb57027de6ac07300fae4e57a0beee7a78a18bd (patch)
tree06a526497f1ddad4705ae243302fde5191ca0a72 /nuttx/sched
parent2aa4af7139bc71e3a55d75b06ec4caf35069ced8 (diff)
downloadpx4-firmware-0fb57027de6ac07300fae4e57a0beee7a78a18bd.tar.gz
px4-firmware-0fb57027de6ac07300fae4e57a0beee7a78a18bd.tar.bz2
px4-firmware-0fb57027de6ac07300fae4e57a0beee7a78a18bd.zip
Changes needed for clean ez80 compile with ZDS toolchain
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5147 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/task_exithook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/task_exithook.c b/nuttx/sched/task_exithook.c
index 63dc28aa0..8497af7ee 100644
--- a/nuttx/sched/task_exithook.c
+++ b/nuttx/sched/task_exithook.c
@@ -44,6 +44,7 @@
#include <debug.h>
#include <errno.h>
+#include <nuttx/sched.h>
#include <nuttx/fs/fs.h>
#include "os_internal.h"