mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
fix compilation in OpenBSD
This commit is contained in:
parent
c36c1b8992
commit
e6daeef55c
@ -23,6 +23,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
|
||||
/* Write bitmap to file. The bitmap is useful mostly for the secret
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
|
||||
#ifdef HAVE_AFFINITY
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
|
||||
/* Mark deterministic checks as done for a particular queue entry. We use the
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
|
||||
/* Update stats file for unattended monitoring. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user