add stdbool.h to fix compile issue in L1

Signed-off-by: Caoruihong <crh.cao@huawei.com>
This commit is contained in:
Caoruihong 2023-04-12 21:42:06 +08:00
parent 3e344c5d65
commit f4c289318d

View File

@ -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)