aboutsummaryrefslogtreecommitdiff
path: root/lib/hook-functions.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/hook-functions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hook-functions.c b/lib/hook-functions.c
index 975520e..e20f069 100644
--- a/lib/hook-functions.c
+++ b/lib/hook-functions.c
@@ -1,5 +1,7 @@
#include "substitute.h"
#include "substitute-internal.h"
+#include "execmem.h"
+#include "stop-other-threads.h"
static uintptr_t patch_callback(UNUSED void *ctx, uintptr_t pc) {
printf("patch_callback: pc=%llx\n", (long long) pc);