--- sorted-hashtable.c.orig 2018-11-08 03:33:50 UTC +++ sorted-hashtable.c @@ -23,11 +23,9 @@ #include #include -#ifndef MACOS -#ifndef FREEBSD +#if !defined(__FreeBSD__) && !defined(__APPLE__) #include #endif -#endif #include #include"core.h"