[Spice-commits] server/red-pipe-item.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Thu May 12 10:02:07 UTC 2016
server/red-pipe-item.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c79c37b3c24dbbdd23a160c2fe5fb5cf30e7d495
Author: Jonathon Jongsma <jjongsma at redhat.com>
Date: Thu Mar 12 16:49:25 2015 -0500
Add missing include to red-pipe-item.h
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...
Acked-by: Pavel Grunt <pgrunt at redhat.com>
diff --git a/server/red-pipe-item.h b/server/red-pipe-item.h
index 8bb12b7..0ff4852 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;
More information about the Spice-commits
mailing list