From dd307af2156e5a7105d3be7895d7da51bc1dfbd1 Mon Sep 17 00:00:00 2001 From: alm-A <41326835+alm-A@users.noreply.github.com> Date: Wed, 22 Aug 2018 16:37:59 +0200 Subject: ndpi_typedefs.h : missing include include to ndpi_protocol_ids.h needed for: - NDPI_PROTOCOL_SIZE - NDPI_MAX_SUPPORTED_PROTOCOLS - NDPI_MAX_NUM_CUSTOM_PROTOCOLS --- src/include/ndpi_typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 6a61b44fa..cd1c7b925 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -25,6 +25,7 @@ #define __NDPI_TYPEDEFS_H__ #include "ndpi_define.h" +#include "ndpi_protocol_ids.h" /* Needed to have access to HAVE_* defines */ #include "ndpi_config.h" -- cgit v1.2.3