summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
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