diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-04 01:12:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-03 19:12:33 +0200 |
| commit | fb955a39752a82c219fa401415892bd4facb5845 (patch) | |
| tree | a12a9e55015cf900cbbc321f7fb7d4f6e278a0e4 /src/mallochook.c | |
| parent | 8cd3ba8c9e4840541370905b1306ad57e946e288 (diff) | |
| download | box64-fb955a39752a82c219fa401415892bd4facb5845.tar.gz box64-fb955a39752a82c219fa401415892bd4facb5845.zip | |
Decoupled alternate functions from bridge (#2500)
Diffstat (limited to 'src/mallochook.c')
| -rw-r--r-- | src/mallochook.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mallochook.c b/src/mallochook.c index 1e8b8361..cf4c6486 100644 --- a/src/mallochook.c +++ b/src/mallochook.c @@ -15,6 +15,7 @@ #include "elfs/elfloader_private.h" #include "custommem.h" #include "symbols.h" +#include "alternate.h" /* This file here is for handling overriding of malloc functions |