From 5867f43fae70b1a08b64e8635bf8183ba4d29124 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:51:09 +0200 Subject: Fix compilation on Windows (#2072) --- src/lib/ndpi_analyze.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/ndpi_analyze.c') diff --git a/src/lib/ndpi_analyze.c b/src/lib/ndpi_analyze.c index ef3d3cb9a..e9aa99a31 100644 --- a/src/lib/ndpi_analyze.c +++ b/src/lib/ndpi_analyze.c @@ -30,6 +30,7 @@ #include /* FLT_EPSILON */ #include "ndpi_api.h" #include "ndpi_config.h" +#include "third_party/include/hll.h" /* ********************************************************************************* */ @@ -298,8 +299,6 @@ const char* ndpi_data_ratio2str(float ratio) { /* ********************************************************************************* */ /* ********************************************************************************* */ -#include "third_party/src/hll/hll.c" - int ndpi_hll_init(struct ndpi_hll *hll, u_int8_t bits) { return(hll_init(hll, bits)); } -- cgit v1.2.3