From e300a91104cbef16e9646d17a722b167cad1d55a Mon Sep 17 00:00:00 2001 From: mqy Date: Wed, 28 Jun 2023 06:09:19 +0800 Subject: [PATCH] stdbool.h --- examples/task-allocator/task-allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/task-allocator/task-allocator.c b/examples/task-allocator/task-allocator.c index b09186021..13acc2a3e 100644 --- a/examples/task-allocator/task-allocator.c +++ b/examples/task-allocator/task-allocator.c @@ -5,6 +5,7 @@ #include #include #include +#include #if defined(_MSC_VER) || defined(__MINGW32__) #include // using malloc.h with MSC/MINGW @@ -93,7 +94,6 @@ typedef void *thread_ret_t; #include #include -#include #endif