summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:59:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:59:29 +0000
commit5badf9c4f01b0d3e1d2e1134b8d95d906703cc18 (patch)
tree927d02f748657e401e960e93c3bc7d274b3e5e3f /nuttx/include
parent844c7f1ae7c401414056a2457471a4282ffe8f98 (diff)
downloadpx4-nuttx-5badf9c4f01b0d3e1d2e1134b8d95d906703cc18.tar.gz
px4-nuttx-5badf9c4f01b0d3e1d2e1134b8d95d906703cc18.tar.bz2
px4-nuttx-5badf9c4f01b0d3e1d2e1134b8d95d906703cc18.zip
Progress on syscall build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3447 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/include/syscall.h b/nuttx/include/syscall.h
index ba3a3ba89..59f888fb1 100644
--- a/nuttx/include/syscall.h
+++ b/nuttx/include/syscall.h
@@ -39,9 +39,10 @@
/****************************************************************************
* Included Files
****************************************************************************/
-/* This is just a wrapper around sys/syscall.h for compatibility */
+/* This is just a wrapper around sys/syscall.h and arch/syscall.h */
#include <sys/syscall.h>
+#include <arch/syscall.h>
/****************************************************************************
* Pre-processor Definitions