mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pipewire: module-rtp: add missing include
Include `stdint.h` in `apple-midi.h` to make it self-contained.
This commit is contained in:
parent
1276c946fd
commit
57cd5611d1
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#ifndef PIPEWIRE_APPLE_MIDI_H
|
||||
#define PIPEWIRE_APPLE_MIDI_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue