diff options
author | Philippe Antoine <contact@catenacyber.fr> | 2020-01-24 09:10:52 +0100 |
---|---|---|
committer | Philippe Antoine <contact@catenacyber.fr> | 2020-01-24 09:10:52 +0100 |
commit | 4f230943cf770069651d9f3a9f1cc486f42894c7 (patch) | |
tree | c92db794d055d6ba4908fae3ae2079a37ff1602e /fuzz | |
parent | 6186e1ab01ffcebfe7311e7b57bfdde0d5c4669b (diff) |
Debug compilation flag for fuzz targets
And adding include file to fuzz_ndpi_reader
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/fuzz_ndpi_reader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/fuzz_ndpi_reader.c b/fuzz/fuzz_ndpi_reader.c index aee2a0b64..1a59d35f0 100644 --- a/fuzz/fuzz_ndpi_reader.c +++ b/fuzz/fuzz_ndpi_reader.c @@ -1,4 +1,5 @@ #include "reader_util.h" +#include "ndpi_api.h" #include <pcap/pcap.h> |