diff options
author | Luca Deri <deri@ntop.org> | 2024-02-05 17:01:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-02-05 17:01:21 +0100 |
commit | b86452f2b164a373cb2b71f1c615494bcf9680f1 (patch) | |
tree | 2774ac38c6a33eb34d9eb6402ca1e503192e2ee2 | |
parent | 66371c202fa3331f4c94eee684a032ab9c5cc523 (diff) |
Removed un-necessary include that caused configure-based applications sitting on top of nDPI to faile at compilation
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pthread.h> #endif |