Blame SOURCES/libao-nanosleep.patch

2977ff
commit 1f998f5d6d77674dad01b181811638578ad68242
2977ff
Author: Tristan Matthews <tmatth@videolan.org>
2977ff
Date:   Sun Jan 15 12:15:07 2017 -0500
2977ff
2977ff
    pulse: fix missing include warning for nanosleep
2977ff
2977ff
diff --git a/src/plugins/pulse/ao_pulse.c b/src/plugins/pulse/ao_pulse.c
2977ff
index 9835273b53c35bf9..2d10d57f17f6bdd6 100644
2977ff
--- a/src/plugins/pulse/ao_pulse.c
2977ff
+++ b/src/plugins/pulse/ao_pulse.c
2977ff
@@ -30,6 +30,7 @@
2977ff
 #include <assert.h>
2977ff
 #include <string.h>
2977ff
 #include <signal.h>
2977ff
+#include <time.h>
2977ff
 #include <limits.h>
2977ff
 
2977ff
 #include <pulse/pulseaudio.h>