Skip to content

Commit c5a3627

Browse files
committedApr 9, 2023
added stdint dependency for non-Windows platforms
1 parent b6fa2d4 commit c5a3627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎thread.h

+1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ struct thread_queue_t
623623
#include <errno.h>
624624
#include <string.h>
625625
#include <sys/time.h>
626+
#include <stdint.h>
626627

627628
#else
628629
#error Unknown platform.

0 commit comments

Comments
 (0)
Please sign in to comment.