diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 72010f68..8a65920d 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -47,7 +47,6 @@ #include "sharedmem.h" #include "forkserver.h" #include "common.h" -#include "list.h" #include #include @@ -102,6 +101,8 @@ #include #endif +#undef LIST_FOREACH /* clashes with FreeBSD */ +#include "list.h" #ifndef SIMPLE_FILES #define CASE_PREFIX "id:" #else