]> git.alsa-project.org Git - alsa-lib.git/commitdiff
change the include path "asoundlib.h" to <alsa/asoundlib.h>
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Jul 2003 10:21:46 +0000 (10:21 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Jul 2003 10:21:46 +0000 (10:21 +0000)
include/mixer_ordinary.h
include/pcm_ordinary.h

index 5562895ecb1de759457e0d71e456f15bce932e40..e8dd0db24e006d113b48a0e204a979a98eafaa8a 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __ALSA_MIXER_SIMPLE_H
 #define __ALSA_MIXER_SIMPLE_H
 
-#include "asoundlib.h"
+#include <alsa/asoundlib.h>
 
 /** Ordinary Mixer latency type */
 enum sndo_mixer_io_type {
index 36e7ae9e896610be113be72e53e974f2753c8a04..f8884d75134d7a88906a26f62809e0cabac1cac4 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __ALSA_PCM_SIMPLE_H
 #define __ALSA_PCM_SIMPLE_H
 
-#include "asoundlib.h"
+#include <alsa/asoundlib.h>
 
 /** Ordinary PCM latency type */
 enum sndo_pcm_latency_type {