fsutils/examples: Include unistd.h explicitly

to get the prototypes or macros are defined in it

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-02-04 21:56:06 +08:00
committed by Petro Karashchenko
parent 28d71b79a2
commit a29d9ea9da
153 changed files with 269 additions and 84 deletions

View File

@@ -31,6 +31,7 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "nsh.h"
#include "nsh_console.h"