mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 11:47:40 +00:00
Update state header to include pthread
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef JANET_EV
|
||||
#ifndef JANET_WINDOWS
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef int64_t JanetTimestamp;
|
||||
|
||||
typedef struct JanetScratch {
|
||||
|
Reference in New Issue
Block a user