summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_stublookup.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-11 16:49:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-11 16:49:48 -0600
commitb7198ca71d2e619e1f149db6d259f919368316b5 (patch)
tree9121c609cc2ca4525840ac3e71980076195fdf7a /nuttx/syscall/syscall_stublookup.c
parente376719b727dea88c81ad2111769ab8a596c6f84 (diff)
downloadpx4-nuttx-b7198ca71d2e619e1f149db6d259f919368316b5.tar.gz
px4-nuttx-b7198ca71d2e619e1f149db6d259f919368316b5.tar.bz2
px4-nuttx-b7198ca71d2e619e1f149db6d259f919368316b5.zip
Fix some kernel-mode compilation problems
Diffstat (limited to 'nuttx/syscall/syscall_stublookup.c')
-rw-r--r--nuttx/syscall/syscall_stublookup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/syscall/syscall_stublookup.c b/nuttx/syscall/syscall_stublookup.c
index 436637c9e..65d7a3503 100644
--- a/nuttx/syscall/syscall_stublookup.c
+++ b/nuttx/syscall/syscall_stublookup.c
@@ -38,6 +38,8 @@
****************************************************************************/
#include <nuttx/config.h>
+
+#include <sys/types.h>
#include <syscall.h>
/* The content of this file is only meaningful during the kernel phase of