From 4c776501a652fc8b90fdf8098a20c5099b0fcfce Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 8 Sep 2020 19:52:46 +0200 Subject: Fixed shlib xcompile for x86_64-w64-mingw32 Signed-off-by: Toni Uhlig --- src/lib/ndpi_classify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ndpi_classify.c') diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 7b410e05f..a7a02cb4e 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -51,6 +51,7 @@ #include #include "ndpi_main.h" #include "ndpi_classify.h" +#include "ndpi_includes.h" /** finds the minimum value between to inputs */ #ifndef min -- cgit v1.2.3