diff options
author | Reiko Asakura | 2021-01-23 19:35:43 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-01-23 19:35:43 -0500 |
commit | ac14d60c291cc5b5512ddf5c20eff4049e5df4f8 (patch) | |
tree | 8dfcfc73836e333acc896c02f1bb7fbac8ad9815 /lib/hook-functions.c | |
parent | Updated Vita platform to support renamed functions (diff) | |
download | substitute-ac14d60c291cc5b5512ddf5c20eff4049e5df4f8.tar.gz |
Port to Vita Development Suite
Diffstat (limited to '')
-rw-r--r-- | lib/hook-functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hook-functions.c b/lib/hook-functions.c index d2fabe9..c38b92a 100644 --- a/lib/hook-functions.c +++ b/lib/hook-functions.c @@ -6,7 +6,6 @@ #include "execmem.h" #include stringify(TARGET_DIR/jump-patch.h) #include <stdlib.h> -#include <alloca.h> #ifndef NO_PTHREADS #include <pthread.h> #endif |