summaryrefslogtreecommitdiff
path: root/games-arcade/gnujump/files/gnujump-1.0.8-musl.patch
blob: 83bb4214e722182ae2f4c59a0e66dccbc133c122 (plain)
1
2
3
4
5
6
7
8
9
10
locale.h is always needed, include here rather than rely on
conditional macros which lead to failure with musl

https://bugs.gentoo.org/831726
--- a/src/gnujump.h
+++ b/src/gnujump.h
@@ -38,2 +38,3 @@
 #include <time.h>
+#include <locale.h>