diff options
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 0d759a19..39398c18 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -96,6 +96,10 @@ #endif #endif /* __linux__ */ +#ifdef __APPLE__ +#include <TargetConditionals.h> +#endif + #ifndef SIMPLE_FILES #define CASE_PREFIX "id:" #else |