mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
include files from the local directory ("xxx.h") instead of the standard
path (<alsa/xxx.h>).
This commit is contained in:
parent
640ee8faa7
commit
7a69ed8558
3 changed files with 21 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue