pipewire: module-rtp: add missing include

Include `stdint.h` in `apple-midi.h` to make it self-contained.
This commit is contained in:
Barnabás Pőcze 2023-03-09 23:07:06 +01:00
parent 1276c946fd
commit 57cd5611d1

View file

@ -5,6 +5,8 @@
#ifndef PIPEWIRE_APPLE_MIDI_H
#define PIPEWIRE_APPLE_MIDI_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif