diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-02 15:18:23 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-02 15:18:23 +0100 |
| commit | eb6c4594e1831daeddc469ed69c4dee917e627c1 (patch) | |
| tree | ff8e5ec2506fde9ff69ca0850e84667669c8f471 /src/main.c | |
| parent | 1b9d1dc6093028ceb0f2eeeccf9cfbc5610fcf30 (diff) | |
| download | box64-eb6c4594e1831daeddc469ed69c4dee917e627c1.tar.gz box64-eb6c4594e1831daeddc469ed69c4dee917e627c1.zip | |
Added basic thread infrastructure
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 89d54a36..7221ea9e 100755 --- a/src/main.c +++ b/src/main.c @@ -19,6 +19,7 @@ #include "box64stack.h" #include "auxval.h" #include "x64emu.h" +#include "threads.h" box64context_t *my_context = NULL; int box64_log = LOG_NONE; |