From c0e876cfb3f5c212c43ff2c746d5125b0b44e2fe Mon Sep 17 00:00:00 2001 From: x Date: Mon, 14 Aug 2023 12:00:22 +0200 Subject: [PATCH] Inverted Index: Indexing --- lib/idxcr.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/idxcr.c b/lib/idxcr.c index 3f24639..6f15578 100644 --- a/lib/idxcr.c +++ b/lib/idxcr.c @@ -31,11 +31,15 @@ #include #include #include -#ifdef __APPLE__ + #ifdef __APPLE__ + #ifdef HAVE_MALLOC_MALLOC #include -#else + #else +#include + #endif + #else #include -#endif + #endif #include "include_/conf.h" #include "include_/vint.h"