add missing limits.h include for PATH_MAX (OpenBSD)

This commit is contained in:
hexcoder-
2020-04-17 13:45:22 +02:00
parent a6d4f04019
commit ef1d384184

View File

@ -25,6 +25,7 @@
#include "afl-fuzz.h"
#include "cmplog.h"
#include <limits.h>
static u8 *get_libradamsa_path(u8 *own_loc) {