summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/sim/src/up_head.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_head.c')
-rw-r--r--nuttx/arch/sim/src/up_head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_head.c b/nuttx/arch/sim/src/up_head.c
index 1fc705b5b4..e095deb7ce 100644
--- a/nuttx/arch/sim/src/up_head.c
+++ b/nuttx/arch/sim/src/up_head.c
@@ -42,7 +42,7 @@
#include <stdlib.h>
#include <setjmp.h>
#include <assert.h>
-#include <nuttx/os_external.h>
+#include <nuttx/init.h>
#include <nuttx/arch.h>
/************************************************************