[Spice-devel] [PATCH x11spice 2/2] Including missing header for inlined clock functions.

Jeremy White jwhite at codeweavers.com
Wed Jul 31 15:35:07 UTC 2019


Fixes compilation on RHEL 7.3.

Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 spice-video-dummy/src/dummy.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spice-video-dummy/src/dummy.h b/spice-video-dummy/src/dummy.h
index af77c177..cb8afc37 100644
--- a/spice-video-dummy/src/dummy.h
+++ b/spice-video-dummy/src/dummy.h
@@ -10,6 +10,7 @@
 #include <X11/extensions/Xv.h>
 #endif
 #include <string.h>
+#include <time.h>
 
 #define GLAMOR_FOR_XORG 1
 #include "glamor.h"
-- 
2.20.1



More information about the Spice-devel mailing list