From b86452f2b164a373cb2b71f1c615494bcf9680f1 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 5 Feb 2024 17:01:21 +0100 Subject: Removed un-necessary include that caused configure-based applications sitting on top of nDPI to faile at compilation --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 11a8e05a2..ee3128360 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -25,8 +25,8 @@ E * ndpi_typedefs.h #define __NDPI_TYPEDEFS_H__ #ifndef NDPI_CFFI_PREPROCESSING -#include "ndpi_config.h" #ifdef USE_GLOBAL_CONTEXT +#include "ndpi_config.h" #define HAVE_STRUCT_TIMESPEC #include #endif -- cgit v1.2.3