diff options
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index d9f8c99c..48185298 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -23,6 +23,7 @@ */ +#include <limits.h> #include "afl-fuzz.h" /* Update stats file for unattended monitoring. */ |