tests-fuzz: fix compilation on some platforms

This commit is contained in:
Daniel Salzman 2025-11-25 08:14:34 +01:00
parent c7474f0660
commit 372da80c3c

View file

@ -5,7 +5,7 @@
#include <stdint.h> #include <stdint.h>
#include "libknot/libknot.h" #include "libknot/packet/pkt.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
{ {