mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
Update state header to include pthread
This commit is contained in:
parent
6a557a73f5
commit
07fe9bcdf6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user