diff options
-rw-r--r-- | llvm_mode/afl-llvm-rt-lto.o.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-llvm-rt-lto.o.c b/llvm_mode/afl-llvm-rt-lto.o.c index 3606cedd..e53785ff 100644 --- a/llvm_mode/afl-llvm-rt-lto.o.c +++ b/llvm_mode/afl-llvm-rt-lto.o.c @@ -11,6 +11,7 @@ */ #include <stdio.h> +#include <stdlib.h> // to prevent the function from being removed unsigned char __afl_lto_mode = 0; |