diff --git a/include/seq_event.h b/include/seq_event.h index 501ced7d..6fb0f4c1 100644 --- a/include/seq_event.h +++ b/include/seq_event.h @@ -315,7 +315,7 @@ typedef struct snd_seq_ev_raw32 { typedef struct snd_seq_ev_ext { unsigned int len; /**< length of data */ void *ptr; /**< pointer to data (note: can be 64-bit) */ -} snd_seq_ev_ext_t; +} __attribute__((packed)) snd_seq_ev_ext_t; /** Instrument cluster type */ typedef unsigned int snd_seq_instr_cluster_t;