mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
229 B
Diff
11 lines
229 B
Diff
--- a/src/gallium/include/pipe/p_config.h
|
|
+++ b/src/gallium/include/pipe/p_config.h
|
|
@@ -130,7 +130,7 @@
|
|
* Endian detection.
|
|
*/
|
|
|
|
-#ifdef __GLIBC__
|
|
+#ifdef __linux__
|
|
#include <endian.h>
|
|
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|