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