diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-15 17:02:48 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-15 17:02:48 +0100 |
commit | 15ba6249fc9699aa99ad1d1fdc10296c6991d29b (patch) | |
tree | 59121bc7978349aef7bba2095994673e8ddbe878 /include/afl-fuzz.h | |
parent | f3799f94bf86ae260cb2a8cbfa747a607c273ce9 (diff) | |
download | afl++-15ba6249fc9699aa99ad1d1fdc10296c6991d29b.tar.gz |
fauxserver
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 8a65920d..895ca34e 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -101,7 +101,7 @@ #include <TargetConditionals.h> #endif -#undef LIST_FOREACH /* clashes with FreeBSD */ +#undef LIST_FOREACH /* clashes with FreeBSD */ #include "list.h" #ifndef SIMPLE_FILES #define CASE_PREFIX "id:" |