diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-08 12:39:11 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-08 12:39:11 +0200 |
commit | eae4a9e1f89f82ea79568635842617cc64081bfc (patch) | |
tree | 5c5a49f1d6e6787a7a58ed9830dc07ab7cefcb41 /include/afl-fuzz.h | |
parent | 78d9fa280c1fb8a746527ed4fe93f507b13df213 (diff) | |
download | afl++-eae4a9e1f89f82ea79568635842617cc64081bfc.tar.gz |
persistent qemu should now works as expected
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 4e5276f6..4680d122 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -71,7 +71,8 @@ #include <sys/ioctl.h> #include <sys/file.h> -#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \ + defined(__NetBSD__) #include <sys/sysctl.h> #endif /* __APPLE__ || __FreeBSD__ || __OpenBSD__ */ |