summaryrefslogtreecommitdiff
blob: 0d66ff28f8af59efa8936b73131ad824af5a69aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# https://bugs.gentoo.org/489190
--- a/ipelib/ipeplatform.cpp
+++ b/ipelib/ipeplatform.cpp
@@ -38,7 +38,7 @@
 #include <gdiplus.h>
 #else
 #include <sys/wait.h>
-#include <xlocale.h>
+#include_next <locale.h>
 #include <dirent.h>
 #endif
 #ifdef __APPLE__