summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_funclookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall/syscall_funclookup.c')
-rw-r--r--nuttx/syscall/syscall_funclookup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/syscall/syscall_funclookup.c b/nuttx/syscall/syscall_funclookup.c
index e127dc5c9..553381cd7 100644
--- a/nuttx/syscall/syscall_funclookup.c
+++ b/nuttx/syscall/syscall_funclookup.c
@@ -49,6 +49,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <sys/select.h>
#include <sys/mman.h>
#include <sys/stat.h>
@@ -73,6 +74,8 @@
#include <assert.h>
#include <errno.h>
+#include <nuttx/clock.h>
+
/****************************************************************************
* Pre-processor definitions
****************************************************************************/