From f22d8120ef6814c9af3b7a0c291c1494137fc53c Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 17 Apr 2020 13:22:39 +0200 Subject: fix afl-showmap for PATH_MAX on *BSD --- src/afl-showmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/afl-showmap.c b/src/afl-showmap.c index a6adb695..59b4963d 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -52,6 +52,7 @@ #include #include #include +#include #include #include -- cgit 1.4.1