diff --git a/test/headerguards.c b/test/headerguards.c index d3e4445..c4ba195 100644 --- a/test/headerguards.c +++ b/test/headerguards.c @@ -39,8 +39,13 @@ #endif #ifdef BUILD_GLX +#ifdef __APPLE__ +#include +#include +#else #include #include +#endif #include #include #endif