add limits.h to afl-ld-lto

This commit is contained in:
vanhauser-thc 2023-07-07 15:03:31 +02:00
parent 6e5ca0c78c
commit 877b2bcab6

View File

@ -37,6 +37,7 @@
#include <time.h> #include <time.h>
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
#include <limits.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>