From ef3adb98308f14628e64b918f739e472de00cfcf Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 26 Sep 2023 23:10:57 +0200 Subject: Added printf/fprintf replacement for some internal modules. (#1974) * logging is instead redirected to `ndpi_debug_printf` Signed-off-by: lns Signed-off-by: Toni Uhlig --- src/lib/ndpi_classify.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ndpi_classify.c') diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 114982de4..a7937ed08 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -51,6 +51,8 @@ #include "ndpi_classify.h" #include "ndpi_includes.h" +#include "ndpi_replace_printf.h" + /** finds the minimum value between to inputs */ #ifndef min #define min(a,b) \ -- cgit v1.2.3