mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
fix limits.h include
This commit is contained in:
@ -22,8 +22,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
#include <limits.h>
|
||||
|
||||
/* Mark deterministic checks as done for a particular queue entry. We use the
|
||||
.state file to avoid repeating deterministic fuzzing when resuming aborted
|
||||
|
Reference in New Issue
Block a user