mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-13 00:28:15 +02:00
Closes: https://bugs.gentoo.org/832766 Closes: https://bugs.gentoo.org/891835 Closes: https://bugs.gentoo.org/898174 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41553 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
338 B
Diff
13 lines
338 B
Diff
Missing include on musl - transitively included on glibc
|
|
https://bugs.gentoo.org/898174
|
|
https://bugs.gentoo.org/832766
|
|
--- a/src/wbt201.c
|
|
+++ b/src/wbt201.c
|
|
@@ -36,6 +36,7 @@
|
|
#include <errno.h>
|
|
#include <gdk/gdkkeysyms.h>
|
|
#include <math.h>
|
|
+#include <locale.h>
|
|
|
|
#define DEFDEVS "[g-rays2]\ndevices = auto;bluetooth;/dev/ttyUSB0\n"
|
|
|