From 4afb12fbb3f780155f039c63d67fcc558e2de4f4 Mon Sep 17 00:00:00 2001 From: mqy Date: Wed, 28 Jun 2023 06:20:59 +0800 Subject: [PATCH] stdint.h --- examples/task-allocator/task-allocator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/task-allocator/task-allocator.c b/examples/task-allocator/task-allocator.c index 13acc2a3e..7a96774a9 100644 --- a/examples/task-allocator/task-allocator.c +++ b/examples/task-allocator/task-allocator.c @@ -6,6 +6,7 @@ #include #include #include +#include #if defined(_MSC_VER) || defined(__MINGW32__) #include // using malloc.h with MSC/MINGW