Skip to content

Commit

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

#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h> // using malloc.h with MSC/MINGW
Expand Down Expand Up @@ -93,7 +94,6 @@ typedef void *thread_ret_t;

#include <pthread.h>
#include <stdatomic.h>
#include <stdbool.h>

#endif

Expand Down

0 comments on commit e300a91

Please sign in to comment.