summaryrefslogtreecommitdiff
path: root/nuttx/sched/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/exit.c')
-rw-r--r--nuttx/sched/exit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/sched/exit.c b/nuttx/sched/exit.c
index 56258844f..7e50c273c 100644
--- a/nuttx/sched/exit.c
+++ b/nuttx/sched/exit.c
@@ -43,7 +43,9 @@
#include <unistd.h>
#include <debug.h>
#include <errno.h>
+
#include <nuttx/fs/fs.h>
+
#include "os_internal.h"
/****************************************************************************
@@ -75,7 +77,7 @@
****************************************************************************/
/****************************************************************************
- * Function: exit
+ * Name: exit
*
* Description:
* The exit() function causes normal process termination and the value of