diff options
author | van Hauser <vh@thc.org> | 2020-10-14 17:37:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 17:37:21 +0200 |
commit | 7ca5524e55aa0cdfae6839b12e9a472fed1a69ad (patch) | |
tree | 976f344c0a18e34044b58a8531215b83610a1165 /include/afl-fuzz.h | |
parent | 735e8c39561d3d4d8bae01251e025e52e05472e2 (diff) | |
parent | 638bf19b651864bdc6ec801f87123d08f92af04e (diff) | |
download | afl++-7ca5524e55aa0cdfae6839b12e9a472fed1a69ad.tar.gz |
Merge pull request #584 from devnexen/dfbsd_build_fix
DragonFlyBSD build fix proposal.
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 8bac1457..acded98f 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -66,6 +66,7 @@ #include <sched.h> #include <netdb.h> +#include <netinet/in.h> #include <sys/wait.h> #include <sys/time.h> |