From: Takashi Iwai Date: Fri, 27 Jun 2003 17:57:40 +0000 (+0000) Subject: include files from the local directory ("xxx.h") instead of the standard X-Git-Tag: v1.0.3~153 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7a69ed85585ea49aef8b9329c8c2c03e0da6a980;p=alsa-lib.git include files from the local directory ("xxx.h") instead of the standard path (). --- diff --git a/include/asoundlib.h b/include/asoundlib.h index c8560f69..2251f1d0 100644 --- a/include/asoundlib.h +++ b/include/asoundlib.h @@ -39,24 +39,24 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include "asoundef.h" +#include "version.h" +#include "global.h" +#include "input.h" +#include "output.h" +#include "error.h" +#include "conf.h" +#include "pcm.h" +#include "rawmidi.h" +#include "timer.h" +#include "hwdep.h" +#include "control.h" +#include "mixer.h" +#include "seq_event.h" +#include "seq.h" +#include "seqmid.h" +#include "seq_midi_event.h" +#include "conv.h" +#include "instr.h" #endif /* __ASOUNDLIB_H */ diff --git a/include/mixer_ordinary.h b/include/mixer_ordinary.h index e8dd0db2..5562895e 100644 --- a/include/mixer_ordinary.h +++ b/include/mixer_ordinary.h @@ -27,7 +27,7 @@ #ifndef __ALSA_MIXER_SIMPLE_H #define __ALSA_MIXER_SIMPLE_H -#include +#include "asoundlib.h" /** Ordinary Mixer latency type */ enum sndo_mixer_io_type { diff --git a/include/pcm_ordinary.h b/include/pcm_ordinary.h index f8884d75..36e7ae9e 100644 --- a/include/pcm_ordinary.h +++ b/include/pcm_ordinary.h @@ -27,7 +27,7 @@ #ifndef __ALSA_PCM_SIMPLE_H #define __ALSA_PCM_SIMPLE_H -#include +#include "asoundlib.h" /** Ordinary PCM latency type */ enum sndo_pcm_latency_type {