diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-08 17:38:45 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-08 17:38:45 +0200 |
commit | 7663e7dd05ca7d3da6120c63bd8bacf3c2894817 (patch) | |
tree | 2b910a55ce8681b50893eb76d9428f7a32598f59 /src/afl-fuzz-queue.c | |
parent | 15e0319c98d134b39f0d4fce3f4658872154e1b1 (diff) | |
download | afl++-7663e7dd05ca7d3da6120c63bd8bacf3c2894817.tar.gz |
fix compilation in OpenBSD
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r-- | src/afl-fuzz-queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index 6c687ae4..aad4f3c0 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -22,6 +22,7 @@ */ +#include <limits.h> #include "afl-fuzz.h" /* Mark deterministic checks as done for a particular queue entry. We use the |