diff options
Diffstat (limited to 'src/hook.c')
| -rw-r--r-- | src/hook.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,12 +17,12 @@ #include <string.h> +#include "chunklets/x86.h" #include "hook.h" #include "intdefs.h" #include "langext.h" #include "mem.h" #include "os.h" -#include "x86.h" // Warning: half-arsed hacky implementation (because that's all we really need) // Almost certainly breaks in some weird cases. Oh well! Most of the time, |
