summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-18 00:35:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-18 00:35:53 +0000
commit97cd33bd846d3955b5179222310a04848a82f917 (patch)
tree2ce31c89685b7b7035e4a88971b760f7f6361f4a /nuttx/configs/ea3131
parentce609debf3dc1c607c9a778ae4cddb61036f5fe4 (diff)
downloadpx4-nuttx-97cd33bd846d3955b5179222310a04848a82f917.tar.gz
px4-nuttx-97cd33bd846d3955b5179222310a04848a82f917.tar.bz2
px4-nuttx-97cd33bd846d3955b5179222310a04848a82f917.zip
Fix various compile issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2864 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131')
-rwxr-xr-xnuttx/configs/ea3131/src/up_fillpage.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/ea3131/src/up_fillpage.c b/nuttx/configs/ea3131/src/up_fillpage.c
index f72b88ec9..be355fffe 100755
--- a/nuttx/configs/ea3131/src/up_fillpage.c
+++ b/nuttx/configs/ea3131/src/up_fillpage.c
@@ -40,10 +40,11 @@
#include <nuttx/config.h>
+#include <errno.h>
#include <debug.h>
-#include <arch/nuttx/sched.h>
-#include <arch/nuttx/page.h>
+#include <nuttx/sched.h>
+#include <nuttx/page.h>
#ifdef CONFIG_PAGING