diff options
Diffstat (limited to 'src/lib/protocols/haproxy.c')
-rw-r--r-- | src/lib/protocols/haproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/protocols/haproxy.c b/src/lib/protocols/haproxy.c index 8354df9db..8ceabf9eb 100644 --- a/src/lib/protocols/haproxy.c +++ b/src/lib/protocols/haproxy.c @@ -22,6 +22,7 @@ #define NDPI_CURRENT_PROTO NDPI_PROTOCOL_HAPROXY #include "ndpi_api.h" +#include "ndpi_private.h" static void ndpi_int_haproxy_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { |