]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix compile with --disable-nls
authorTakashi Iwai <tiwai@suse.de>
Mon, 31 Oct 2005 14:44:03 +0000 (14:44 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 31 Oct 2005 14:44:03 +0000 (14:44 +0000)
Fix compile with --disable-nls.

aplay/aplay.c
seq/aconnect/aconnect.c
seq/aseqnet/aseqnet.c
speaker-test/speaker-test.c

index ff6869760c2898a1aae3f6d8e7f7921dfd5d8076..69cb345e99b94883e24021ead1a4aa3a72fbdceb 100644 (file)
@@ -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>
index 4d895f7e2617e8efbd800ffb7a05b4508e1e99d7..2d40bf53a489ef22f563f63373618ed5bb455645 100644 (file)
@@ -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"
index b43183e5ddfb327eabc6c0e04fc3d56cda26c611..35b5cc855698a0455b786333bf278485a5aebaed 100644 (file)
@@ -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>
index 5bf316d79bdb0935fd21b7be10a7c689e704eb1e..57603dd990bfc3c540d2fa2a295e6ff51a636772 100644 (file)
@@ -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