mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
9 lines
199 B
Diff
9 lines
199 B
Diff
--- numpy/core/src/multiarray/numpyos.c.orig
|
|
+++ numpy/core/src/multiarray/numpyos.c
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#ifdef HAVE_STRTOLD_L
|
|
#include <stdlib.h>
|
|
-#include <xlocale.h>
|
|
+#include <locale.h>
|
|
#endif
|