mirror of
https://github.com/janet-lang/janet
synced 2025-05-05 08:54:15 +00:00
Update state header to include pthread
This commit is contained in:
parent
6a557a73f5
commit
07fe9bcdf6
@ -25,6 +25,12 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef JANET_EV
|
||||||
|
#ifndef JANET_WINDOWS
|
||||||
|
#include <pthread.h>
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef int64_t JanetTimestamp;
|
typedef int64_t JanetTimestamp;
|
||||||
|
|
||||||
typedef struct JanetScratch {
|
typedef struct JanetScratch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user