diff options
author | Michele Campus <fci1908@gmail.com> | 2018-08-23 11:59:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 11:59:31 +0200 |
commit | b8571475c96e3e5eb54d04fab5a042b9d94cb169 (patch) | |
tree | 4abb7ebc16cb4d94b1a68284200306d88ca9b9c1 | |
parent | ff83bfbad073c106b41ace67cf828d6982d29635 (diff) | |
parent | dd307af2156e5a7105d3be7895d7da51bc1dfbd1 (diff) |
Merge pull request #592 from alm-A/patch-3
ndpi_typedefs.h : missing 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" |