diff options
author | van Hauser <vh@thc.org> | 2020-04-08 18:19:38 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
commit | 09ab904354616b7db51f4f74e3aac35bef74d8e3 (patch) | |
tree | 53e7458354ad9ffffab8bb7b118f5cb801d133a0 | |
parent | 5c0cf60ec142117060b8fbe15ab18c9412d2ba95 (diff) | |
download | afl++-09ab904354616b7db51f4f74e3aac35bef74d8e3.tar.gz |
one more include move
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 48185298..850555b5 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -23,8 +23,8 @@ */ -#include <limits.h> #include "afl-fuzz.h" +#include <limits.h> /* Update stats file for unattended monitoring. */ |