[Spice-devel] [PATCH 08/14] Add missing include to red-pipe-item.h
Jonathon Jongsma
jjongsma at redhat.com
Tue May 3 20:00:24 UTC 2016
This doesn't cause problems at the moment, because the files that
include this file also include the other files that are needed, but just
for completeness...
---
server/red-pipe-item.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/server/red-pipe-item.h b/server/red-pipe-item.h
index 8bb12b7..73e37f0 100644
--- a/server/red-pipe-item.h
+++ b/server/red-pipe-item.h
@@ -19,6 +19,7 @@
#define _H_RED_PIPE_ITEM
#include <glib.h>
+#include "common/ring.h"
typedef struct {
RingItem link;
--
2.4.11
More information about the Spice-devel
mailing list