summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-03-12 16:49:25 -0500
committerFrediano Ziglio <fziglio@redhat.com>2016-05-12 10:59:39 +0100
commitc79c37b3c24dbbdd23a160c2fe5fb5cf30e7d495 (patch)
tree88367696457ab14ce4097e36dd93bd6ac403b574
parent79dcba4efa44a0e26f0b0ac6bb598a098da50481 (diff)
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@redhat.com>
-rw-r--r--server/red-pipe-item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red-pipe-item.h b/server/red-pipe-item.h
index 8bb12b7d..0ff4852d 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;