change the include path "asoundlib.h" to <alsa/asoundlib.h>

This commit is contained in:
Takashi Iwai 2003-07-14 10:21:46 +00:00
parent 9a19772de9
commit 2335577a15
2 changed files with 2 additions and 2 deletions

View 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 {

View 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 {