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

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