mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 17:22:54 +00:00
add stdbool.h to fix compile issue in L1
Signed-off-by: Caoruihong <crh.cao@huawei.com>
This commit is contained in:
parent
3e344c5d65
commit
f4c289318d
@ -24,6 +24,7 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <sched.h>
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define DEFAULT_UMASK 0002
|
||||
#define SANDBOX_STACK_SIZE (1024 * 1024 * 8)
|
||||
|
Loading…
Reference in New Issue
Block a user