- reverted to include <alsa/xxx.h> again.

- include stdarg.h for va_list.
This commit is contained in:
Takashi Iwai 2003-07-14 10:20:31 +00:00
parent 9f491f4aa6
commit 9a19772de9

View file

@ -4,7 +4,7 @@
* \author Jaroslav Kysela <perex@suse.cz> * \author Jaroslav Kysela <perex@suse.cz>
* \author Abramo Bagnara <abramo@alsa-project.org> * \author Abramo Bagnara <abramo@alsa-project.org>
* \author Takashi Iwai <tiwai@suse.de> * \author Takashi Iwai <tiwai@suse.de>
* \date 1998-2003 * \date 1998-2001
* *
* Application interface library for the ALSA driver * Application interface library for the ALSA driver
* *
@ -35,28 +35,28 @@
#include <fcntl.h> #include <fcntl.h>
#include <assert.h> #include <assert.h>
#include <endian.h> #include <endian.h>
#include <stdarg.h>
#include <sys/poll.h> #include <sys/poll.h>
#include <errno.h> #include <errno.h>
#include <stdarg.h>
#include "asoundef.h" #include <alsa/asoundef.h>
#include "version.h" #include <alsa/version.h>
#include "global.h" #include <alsa/global.h>
#include "input.h" #include <alsa/input.h>
#include "output.h" #include <alsa/output.h>
#include "error.h" #include <alsa/error.h>
#include "conf.h" #include <alsa/conf.h>
#include "pcm.h" #include <alsa/pcm.h>
#include "rawmidi.h" #include <alsa/rawmidi.h>
#include "timer.h" #include <alsa/timer.h>
#include "hwdep.h" #include <alsa/hwdep.h>
#include "control.h" #include <alsa/control.h>
#include "mixer.h" #include <alsa/mixer.h>
#include "seq_event.h" #include <alsa/seq_event.h>
#include "seq.h" #include <alsa/seq.h>
#include "seqmid.h" #include <alsa/seqmid.h>
#include "seq_midi_event.h" #include <alsa/seq_midi_event.h>
#include "conv.h" #include <alsa/conv.h>
#include "instr.h" #include <alsa/instr.h>
#endif /* __ASOUNDLIB_H */ #endif /* __ASOUNDLIB_H */