summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/dev_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest/dev_null.c')
-rw-r--r--nuttx/examples/ostest/dev_null.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/examples/ostest/dev_null.c b/nuttx/examples/ostest/dev_null.c
index 28b4287fd..55f6b0c25 100644
--- a/nuttx/examples/ostest/dev_null.c
+++ b/nuttx/examples/ostest/dev_null.c
@@ -43,6 +43,8 @@
#include <nuttx/config.h>
#include <stdio.h>
+#include <unistd.h>
+#include <fcntl.h>
#include <nuttx/os_external.h>
#include "ostest.h"