mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
292 B
Diff
12 lines
292 B
Diff
--- a/gfx/cairo/libpixman/src/pixman-arm.c
|
|
+++ b/gfx/cairo/libpixman/src/pixman-arm.c
|
|
@@ -96,7 +96,7 @@
|
|
|
|
#elif defined(__ANDROID__) || defined(ANDROID) /* Android */
|
|
|
|
-#include <cpu-features.h>
|
|
+#include <ndk_compat/cpu-features.h>
|
|
|
|
static arm_cpu_features_t
|
|
detect_cpu_features (void)
|