diff options
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r-- | src/lib/ndpi_classify.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) \ |