mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
add missing limits.h include for PATH_MAX (OpenBSD)
This commit is contained in:
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include "afl-fuzz.h"
|
#include "afl-fuzz.h"
|
||||||
#include "cmplog.h"
|
#include "cmplog.h"
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
static u8 *get_libradamsa_path(u8 *own_loc) {
|
static u8 *get_libradamsa_path(u8 *own_loc) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user