fix afl-showmap for PATH_MAX on *BSD

This commit is contained in:
hexcoder-
2020-04-17 13:22:39 +02:00
parent 8ecfbcdf34
commit f22d8120ef

View File

@ -52,6 +52,7 @@
#include <signal.h>
#include <dirent.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/wait.h>
#include <sys/time.h>