From 1b5b54fe94afa3d34f9ce165e38f45fe47e6a821 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 8 Apr 2020 15:49:34 +0200 Subject: fix limits.h include --- src/afl-fuzz-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afl-fuzz-queue.c') diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index aad4f3c0..174d7d92 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -22,8 +22,8 @@ */ -#include #include "afl-fuzz.h" +#include /* Mark deterministic checks as done for a particular queue entry. We use the .state file to avoid repeating deterministic fuzzing when resuming aborted -- cgit 1.4.1