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

@@ -34,6 +34,7 @@
#include <string.h>
#include <assert.h>
#include <signal.h>
#include <unistd.h>
/****************************************************************************
* Private Data