TurboPFor: Elias fano
This commit is contained in:
@ -27,7 +27,11 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
#ifdef HAVE_MALLOC_MALLOC
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
|
#else
|
||||||
|
#include <malloc/malloc.h>
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user