OSDN Git Service

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 5562895..e8dd0db 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 36e7ae9..f8884d7 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 {