aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-numpy/numpy-1.11.0-musl.patch
blob: da289f640792c3b598ce07b9a06c7f4da08ed4a9 (plain)
1
2
3
4
5
6
7
8
9
--- numpy-1.11.0.orig/numpy/core/src/multiarray/numpyos.c
+++ numpy-1.11.0/numpy/core/src/multiarray/numpyos.c
@@ -15,7 +15,7 @@

 #ifdef HAVE_STRTOLD_L
 #include <stdlib.h>
-#include <xlocale.h>
+#include <locale.h>
 #endif