From 895d0778b6a5173a264ecb4d4c39e3b99b12dbb0 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Thu, 24 Dec 2020 11:40:02 +0100 Subject: fix conditional include --- instrumentation/afl-compiler-rt.o.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#if __llvm__ +#ifdef __llvm__ #include "llvm/Config/llvm-config.h" #endif -- cgit 1.4.1