mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Do not include sound/asequencer.h in user apps.
This commit is contained in:
parent
23bab96c0e
commit
6e10740a63
2 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <sound/asound.h>
|
||||
#include <sound/asoundef.h>
|
||||
#include <sound/asequencer.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -209,7 +209,9 @@ enum snd_seq_event_type {
|
|||
};
|
||||
|
||||
|
||||
#ifndef _SND_SEQ_IN_LOCAL
|
||||
#ifdef _SND_SEQ_IN_LOCAL
|
||||
#include <sound/asequencer.h>
|
||||
#else
|
||||
|
||||
/** Sequencer event address */
|
||||
typedef struct snd_seq_addr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue