blob: 299bbf37b624077a9ad2c2a32471d6a9f1916685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|