From 2e9ee7a58305edfd8c691328cc7d37fbf636b4b8 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 22 Nov 2023 09:59:53 +0100 Subject: [PATCH] [channels,rdpsnd] fix missing include --- channels/rdpsnd/client/pulse/rdpsnd_pulse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/rdpsnd/client/pulse/rdpsnd_pulse.c b/channels/rdpsnd/client/pulse/rdpsnd_pulse.c index a5d1754b4..163affec1 100644 --- a/channels/rdpsnd/client/pulse/rdpsnd_pulse.c +++ b/channels/rdpsnd/client/pulse/rdpsnd_pulse.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- 2.43.0