From: Victor Julien Date: Tue, 14 Apr 2020 09:06:17 +0000 (+0200) Subject: fuzz: include pcap headers through suricata-common.h X-Git-Tag: suricata-6.0.0-beta1~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4b5296dae87af996899d841e6a9d138994d5c2;p=thirdparty%2Fsuricata.git fuzz: include pcap headers through suricata-common.h --- diff --git a/src/tests/fuzz/fuzz_decodepcapfile.c b/src/tests/fuzz/fuzz_decodepcapfile.c index 3b77f2b425..58244d2ea4 100644 --- a/src/tests/fuzz/fuzz_decodepcapfile.c +++ b/src/tests/fuzz/fuzz_decodepcapfile.c @@ -4,9 +4,6 @@ * fuzz target for AppLayerProtoDetectGetProto */ - -#include - #include "suricata-common.h" #include "app-layer-detect-proto.h" #include "defrag.h" diff --git a/src/tests/fuzz/fuzz_sigpcap.c b/src/tests/fuzz/fuzz_sigpcap.c index d4d8b3b1ef..ba79693d25 100644 --- a/src/tests/fuzz/fuzz_sigpcap.c +++ b/src/tests/fuzz/fuzz_sigpcap.c @@ -4,9 +4,6 @@ * fuzz target for AppLayerProtoDetectGetProto */ - -#include - #include "suricata-common.h" #include "source-pcap-file.h" #include "detect-engine.h"