mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
OpenBSD: add missing limits.h header for PATH_MAX
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
#include "afl-fuzz.h"
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "cmplog.h"
|
||||
|
||||
|
Reference in New Issue
Block a user