diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-02 03:12:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 21:12:15 +0200 |
| commit | b68d46311dba9c410ed5a9339d396486958d1e5b (patch) | |
| tree | 7ca6fde3ea581df1f705b927a06a21da132c90b0 /src/box64context.c | |
| parent | 2c7a2082e624a78e42199d90f7d9fa90473c26c2 (diff) | |
| download | box64-b68d46311dba9c410ed5a9339d396486958d1e5b.tar.gz box64-b68d46311dba9c410ed5a9339d396486958d1e5b.zip | |
Moved more OS-dependent functions to os.h (#2491)
Diffstat (limited to 'src/box64context.c')
| -rw-r--r-- | src/box64context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box64context.c b/src/box64context.c index bf9ccd69..2235fd57 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -7,6 +7,7 @@ #include <sys/mman.h> #include <pthread.h> +#include "os.h" #include "box64context.h" #include "debug.h" #include "elfloader.h" |