TurboPFor: Elias fano

This commit is contained in:
x
2023-08-14 12:00:22 +02:00
parent 4c47a778b1
commit 72afb3ae30

View File

@ -27,7 +27,11 @@
#include <string.h>
#include <stdlib.h>
#ifdef __APPLE__
#ifdef HAVE_MALLOC_MALLOC
#include <sys/malloc.h>
#else
#include <malloc/malloc.h>
#endif
#else
#include <malloc.h>
#endif