Fix compile with --disable-nls

Fix compile with --disable-nls.
This commit is contained in:
Takashi Iwai 2005-10-31 14:44:03 +00:00
parent 9fbb2b59f5
commit 9d1ad2effd
4 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <limits.h> #include <limits.h>
#include <locale.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include <assert.h> #include <assert.h>
#include <sys/poll.h> #include <sys/poll.h>

View file

@ -23,6 +23,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <getopt.h> #include <getopt.h>
#include <stdarg.h> #include <stdarg.h>
#include <locale.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include "aconfig.h" #include "aconfig.h"

View file

@ -22,6 +22,7 @@
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netdb.h> #include <netdb.h>
#include <locale.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include <getopt.h> #include <getopt.h>
#include <signal.h> #include <signal.h>

View file

@ -43,6 +43,7 @@
#include <errno.h> #include <errno.h>
#include <getopt.h> #include <getopt.h>
#include <inttypes.h> #include <inttypes.h>
#include <locale.h>
#define ALSA_PCM_NEW_HW_PARAMS_API #define ALSA_PCM_NEW_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API #define ALSA_PCM_NEW_SW_PARAMS_API