aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/openft.c
diff options
context:
space:
mode:
authorVitaly Lavrov <vel21ripn@gmail.com>2018-02-07 16:05:51 +0300
committerVitaly Lavrov <vel21ripn@gmail.com>2018-02-07 16:31:35 +0300
commit0624afd422b7fbdd2b481a299ac9bf62fa9ec706 (patch)
treeee08225837108d2d5f34f73cbbb1ca971ee73fe9 /src/lib/protocols/openft.c
parentea74d87fd8b386228cd222b7f880b3c96d9b5a67 (diff)
Added option --enable-debug-messages.
The configurator option "--enable-debug-messages" is added to enable debug information output (define NDPI_ENABLE_DEBUG_MESSAGES=1). Mandatory inclusion of the file ndpi_config.h in all the compiled files.
Diffstat (limited to 'src/lib/protocols/openft.c')
-rw-r--r--src/lib/protocols/openft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/openft.c b/src/lib/protocols/openft.c
index 4a86a067f..d0b50c8a2 100644
--- a/src/lib/protocols/openft.c
+++ b/src/lib/protocols/openft.c
@@ -28,7 +28,7 @@
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_OPENFT
-#include "ndpi_protocols.h"
+#include "ndpi_api.h"
static void ndpi_int_openft_add_connection(struct ndpi_detection_module_struct
*ndpi_struct, struct ndpi_flow_struct *flow)