[Spice-devel] [PATCH 05/26] server: add missing include to ring.h

Alon Levy alevy at redhat.com
Fri Feb 11 09:48:50 PST 2011


---
 common/ring.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/common/ring.h b/common/ring.h
index a841422..b29f194 100644
--- a/common/ring.h
+++ b/common/ring.h
@@ -19,6 +19,8 @@
 #ifndef _H_RING2
 #define _H_RING2
 
+#include "red_common.h"
+
 typedef struct Ring RingItem;
 typedef struct Ring {
     RingItem *prev;
-- 
1.7.4



More information about the Spice-devel mailing list