diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-12-24 11:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 11:40:02 +0100 |
commit | 895d0778b6a5173a264ecb4d4c39e3b99b12dbb0 (patch) | |
tree | 82d73a80d38bb7b5cac979a34bb40277d4c1fe55 /instrumentation/afl-compiler-rt.o.c | |
parent | dbdb95bc2369d9961374abdf946277f322799802 (diff) | |
download | afl++-895d0778b6a5173a264ecb4d4c39e3b99b12dbb0.tar.gz |
fix conditional include
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index de780be0..dfff8939 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -40,7 +40,7 @@ #include <sys/wait.h> #include <sys/types.h> -#if __llvm__ +#ifdef __llvm__ #include "llvm/Config/llvm-config.h" #endif |