diff --git a/new.cc b/new.cc index ce1d59f..f65027d 100644 --- a/new.cc +++ b/new.cc @@ -1,4 +1,8 @@ +#ifdef __APPLE__ #include +#else +#include +#endif #include "h_malloc.h" #include "util.h"