diff options
Diffstat (limited to 'src/lib/protocols/rtmp.c')
-rw-r--r-- | src/lib/protocols/rtmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/protocols/rtmp.c b/src/lib/protocols/rtmp.c index 914e1bef8..c3799248d 100644 --- a/src/lib/protocols/rtmp.c +++ b/src/lib/protocols/rtmp.c @@ -29,6 +29,7 @@ #define NDPI_CURRENT_PROTO NDPI_PROTOCOL_RTMP #include "ndpi_api.h" +#include "ndpi_private.h" static void ndpi_int_rtmp_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { |