From 57cd5611d1927672dd45a13a852ef1de3a58f4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Thu, 9 Mar 2023 23:07:06 +0100 Subject: [PATCH] pipewire: module-rtp: add missing include Include `stdint.h` in `apple-midi.h` to make it self-contained. --- src/modules/module-rtp/apple-midi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/module-rtp/apple-midi.h b/src/modules/module-rtp/apple-midi.h index fa833f5f1..131dbf381 100644 --- a/src/modules/module-rtp/apple-midi.h +++ b/src/modules/module-rtp/apple-midi.h @@ -5,6 +5,8 @@ #ifndef PIPEWIRE_APPLE_MIDI_H #define PIPEWIRE_APPLE_MIDI_H +#include + #ifdef __cplusplus extern "C" { #endif