From: Daniel Salzman Date: Tue, 25 Nov 2025 07:14:34 +0000 (+0100) Subject: tests-fuzz: fix compilation on some platforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372da80c3c875a0335038eeaa8beec31a83038c6;p=thirdparty%2Fknot-dns.git tests-fuzz: fix compilation on some platforms --- diff --git a/tests-fuzz/fuzz_packet.c b/tests-fuzz/fuzz_packet.c index 3e92c5ccea..4fe390ea75 100644 --- a/tests-fuzz/fuzz_packet.c +++ b/tests-fuzz/fuzz_packet.c @@ -5,7 +5,7 @@ #include -#include "libknot/libknot.h" +#include "libknot/packet/pkt.h" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {