diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-05 09:00:43 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-05 09:00:43 +0100 |
| commit | 90fe73333c425dafb77729569cf94ecfda6593d2 (patch) | |
| tree | 3e71c18e64587296b08b1cd999c18561f33a2bf0 /src/custommem.c | |
| parent | dd60e17835b737ac4df386c59b31c309ee2d97e1 (diff) | |
| download | box64-90fe73333c425dafb77729569cf94ecfda6593d2.tar.gz box64-90fe73333c425dafb77729569cf94ecfda6593d2.zip | |
Include pthread.h when used (should help #249)
Diffstat (limited to 'src/custommem.c')
| -rw-r--r-- | src/custommem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/custommem.c b/src/custommem.c index e5be3ba9..5b399344 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -4,6 +4,7 @@ #include <string.h> #include <dlfcn.h> #include <signal.h> +#include <pthread.h> #include "box64context.h" #include "elfloader.h" |