include files from the local directory ("xxx.h") instead of the standard

path (<alsa/xxx.h>).
This commit is contained in:
Takashi Iwai 2003-06-27 17:57:40 +00:00
parent 640ee8faa7
commit 7a69ed8558
3 changed files with 21 additions and 21 deletions

View file

@ -39,24 +39,24 @@
#include <sys/poll.h> #include <sys/poll.h>
#include <errno.h> #include <errno.h>
#include <alsa/asoundef.h> #include "asoundef.h"
#include <alsa/version.h> #include "version.h"
#include <alsa/global.h> #include "global.h"
#include <alsa/input.h> #include "input.h"
#include <alsa/output.h> #include "output.h"
#include <alsa/error.h> #include "error.h"
#include <alsa/conf.h> #include "conf.h"
#include <alsa/pcm.h> #include "pcm.h"
#include <alsa/rawmidi.h> #include "rawmidi.h"
#include <alsa/timer.h> #include "timer.h"
#include <alsa/hwdep.h> #include "hwdep.h"
#include <alsa/control.h> #include "control.h"
#include <alsa/mixer.h> #include "mixer.h"
#include <alsa/seq_event.h> #include "seq_event.h"
#include <alsa/seq.h> #include "seq.h"
#include <alsa/seqmid.h> #include "seqmid.h"
#include <alsa/seq_midi_event.h> #include "seq_midi_event.h"
#include <alsa/conv.h> #include "conv.h"
#include <alsa/instr.h> #include "instr.h"
#endif /* __ASOUNDLIB_H */ #endif /* __ASOUNDLIB_H */

View file

@ -27,7 +27,7 @@
#ifndef __ALSA_MIXER_SIMPLE_H #ifndef __ALSA_MIXER_SIMPLE_H
#define __ALSA_MIXER_SIMPLE_H #define __ALSA_MIXER_SIMPLE_H
#include <alsa/asoundlib.h> #include "asoundlib.h"
/** Ordinary Mixer latency type */ /** Ordinary Mixer latency type */
enum sndo_mixer_io_type { enum sndo_mixer_io_type {

View file

@ -27,7 +27,7 @@
#ifndef __ALSA_PCM_SIMPLE_H #ifndef __ALSA_PCM_SIMPLE_H
#define __ALSA_PCM_SIMPLE_H #define __ALSA_PCM_SIMPLE_H
#include <alsa/asoundlib.h> #include "asoundlib.h"
/** Ordinary PCM latency type */ /** Ordinary PCM latency type */
enum sndo_pcm_latency_type { enum sndo_pcm_latency_type {