diff options
author | van Hauser <vh@thc.org> | 2020-06-14 17:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 17:38:17 +0200 |
commit | 741dce3ca6e3406b75576ad097e1209ca40a26ad (patch) | |
tree | 4a577af893d3a7083ec3ae827e2d557b6374d3e4 /include | |
parent | ab142282a32f93725926d59899ab17a62e65f060 (diff) | |
parent | 67d87dd2a9dbc393b56162e77ff3178f4e3f59fa (diff) | |
download | afl++-741dce3ca6e3406b75576ad097e1209ca40a26ad.tar.gz |
Merge pull request #404 from devnexen/haiku_porting
Porting to Haiku.
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 9d71e20f..2f712806 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -66,7 +66,9 @@ #include <sys/wait.h> #include <sys/time.h> +#ifndef USEMMAP #include <sys/shm.h> +#endif #include <sys/stat.h> #include <sys/types.h> #include <sys/resource.h> |