summaryrefslogtreecommitdiff
blob: 92542c802d0e5fe26d8881aca605c8623937d1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 1f998f5d6d77674dad01b181811638578ad68242 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tmatth@videolan.org>
Date: Sun, 15 Jan 2017 12:15:07 -0500
Subject: [PATCH] pulse: fix missing include warning for nanosleep

---
 src/plugins/pulse/ao_pulse.c | 1 +
 1 file changed, 1 insertion(+)

--- a/src/plugins/pulse/ao_pulse.c
+++ b/src/plugins/pulse/ao_pulse.c
@@ -30,6 +30,7 @@
 #include <assert.h>
 #include <string.h>
 #include <signal.h>
+#include <time.h>
 #include <limits.h>
 
 #include <pulse/pulseaudio.h>
-- 
2.24.0