25 lines
699 B
Diff
25 lines
699 B
Diff
|
From 2e9ee7a58305edfd8c691328cc7d37fbf636b4b8 Mon Sep 17 00:00:00 2001
|
||
|
From: Armin Novak <armin.novak@thincast.com>
|
||
|
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 <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
+#include <time.h>
|
||
|
|
||
|
#include <winpr/crt.h>
|
||
|
#include <winpr/assert.h>
|
||
|
--
|
||
|
2.43.0
|
||
|
|