summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aplay/aplay.c1
-rw-r--r--seq/aconnect/aconnect.c1
-rw-r--r--seq/aseqnet/aseqnet.c1
-rw-r--r--speaker-test/speaker-test.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/aplay/aplay.c b/aplay/aplay.c
index ff68697..69cb345 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -37,6 +37,7 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
+#include <locale.h>
#include <alsa/asoundlib.h>
#include <assert.h>
#include <sys/poll.h>
diff --git a/seq/aconnect/aconnect.c b/seq/aconnect/aconnect.c
index 4d895f7..2d40bf5 100644
--- a/seq/aconnect/aconnect.c
+++ b/seq/aconnect/aconnect.c
@@ -23,6 +23,7 @@
#include <fcntl.h>
#include <getopt.h>
#include <stdarg.h>
+#include <locale.h>
#include <sys/ioctl.h>
#include <alsa/asoundlib.h>
#include "aconfig.h"
diff --git a/seq/aseqnet/aseqnet.c b/seq/aseqnet/aseqnet.c
index b43183e..35b5cc8 100644
--- a/seq/aseqnet/aseqnet.c
+++ b/seq/aseqnet/aseqnet.c
@@ -22,6 +22,7 @@
#include <netinet/in.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <locale.h>
#include <alsa/asoundlib.h>
#include <getopt.h>
#include <signal.h>
diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index 5bf316d..57603dd 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -43,6 +43,7 @@
#include <errno.h>
#include <getopt.h>
#include <inttypes.h>
+#include <locale.h>
#define ALSA_PCM_NEW_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API