]> git.alsa-project.org Git - alsa-lib.git/commitdiff
seq: include UMP headers
authorTakashi Iwai <tiwai@suse.de>
Sun, 24 Nov 2024 08:33:16 +0000 (09:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 24 Nov 2024 08:37:03 +0000 (09:37 +0100)
Some applications seem including alsa/seqmid.h individually, and this
got broken with the update of alsa-lib because now we have
dependencies to UMP stuff.  Include the necessary UMP headers
internally.  Also, add the inclusion of rawmidi.h in ump.h for similar
reasons.

Link: https://bugzilla.suse.com/show_bug.cgi?id=1233682
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/seq.h
include/seq_event.h
include/ump.h

index 2eee95a643b428a6716fb8386bf96b44ba43d9e9..5082ad0ad82bebe22a01b9e1cae5b32f237d1845 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef __ALSA_SEQ_H
 #define __ALSA_SEQ_H
 
+#include "ump.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 9ca384ee4a0ac027ff20a71c69358de976446ed1..0b59202f6e6261b5b18c92ec7fadf4bbc9941d03 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef __ALSA_SEQ_EVENT_H
 #define __ALSA_SEQ_EVENT_H
 
+#include "ump_msg.h"
+
 /**
  *  \defgroup SeqEvents Sequencer Event Definitions
  *  Sequencer Event Definitions
index 1043d237c68f66c32475423db8c545b831c1e46c..06c86a5e8ba32e16a29a607b56915d37b7e45881 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __ALSA_UMP_H
 #define __ALSA_UMP_H
 
+#include "rawmidi.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif