--- sound.cc 2018-07-31 14:02:19.000000000 -0400 +++ sound.cc 2019-11-12 20:18:49.000000000 -0500 @@ -38,7 +38,12 @@ #include #include #include -#include + +#if defined(__APPLE__) && defined(__MACH__) +# include +#else +#include +#endif #include "sound.h" #include "global.h"