Skip to content

Commit

Permalink
stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mqy committed Jun 27, 2023
1 parent e300a91 commit 4afb12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/task-allocator/task-allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <string.h>
#include <time.h>
#include <stdbool.h>
#include <stdint.h>

#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h> // using malloc.h with MSC/MINGW
Expand Down

0 comments on commit 4afb12f

Please sign in to comment.