From 72afb3ae309b9a335ff4200ea8f798d6fe66469c Mon Sep 17 00:00:00 2001 From: x Date: Mon, 14 Aug 2023 12:00:22 +0200 Subject: [PATCH] TurboPFor: Elias fano --- lib/eliasfano.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/eliasfano.c b/lib/eliasfano.c index 6cf42cf..09b9576 100644 --- a/lib/eliasfano.c +++ b/lib/eliasfano.c @@ -27,7 +27,11 @@ #include #include #ifdef __APPLE__ + #ifdef HAVE_MALLOC_MALLOC #include + #else +#include + #endif #else #include #endif