diff options
author | alm-A <41326835+alm-A@users.noreply.github.com> | 2018-08-22 16:37:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 16:37:59 +0200 |
commit | dd307af2156e5a7105d3be7895d7da51bc1dfbd1 (patch) | |
tree | 4f628ea9c84554f8d66810dc0fddac3b179c51b8 /src/include | |
parent | 89b3b085afa1e115d63149031a1bc897dcc52b4d (diff) |
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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |