summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/dev_null.c1
-rw-r--r--nuttx/examples/ostest/main.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/dev_null.c b/nuttx/examples/ostest/dev_null.c
index 55f6b0c25..57776b495 100644
--- a/nuttx/examples/ostest/dev_null.c
+++ b/nuttx/examples/ostest/dev_null.c
@@ -45,7 +45,6 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
-#include <nuttx/os_external.h>
#include "ostest.h"
/************************************************************
diff --git a/nuttx/examples/ostest/main.c b/nuttx/examples/ostest/main.c
index b7f0afbf3..0a44de78d 100644
--- a/nuttx/examples/ostest/main.c
+++ b/nuttx/examples/ostest/main.c
@@ -47,7 +47,7 @@
#include <unistd.h>
#include <string.h>
#include <sched.h>
-#include <nuttx/os_external.h>
+#include <nuttx/init.h>
#include "ostest.h"
/************************************************************