---
 server/red_worker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/red_worker.c b/server/red_worker.c
index b8d6a96..08096f8 100644
--- a/server/red_worker.c
+++ b/server/red_worker.c
@@ -118,7 +118,7 @@ static clockid_t clock_id;
 
 typedef unsigned long stat_time_t;
 
-inline stat_time_t stat_now()
+static inline stat_time_t stat_now()
 {
     struct timespec ts;
     clock_gettime(clock_id, &ts);
-- 
1.7.5.1

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to