about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index dfff8939..cddde87c 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>
 
-#ifdef __llvm__
+#if !__GNUC__
   #include "llvm/Config/llvm-config.h"
 #endif