make compilation work on any non-linux glibc system. See ArcticaProject/nx-libs#975 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -62,7 +62,7 @@ #include #include #include -#if defined(__linux__) && defined(__i386__) +#if defined(__GLIBC__) && defined(__i386__) #include #endif #endif