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>
This commit is contained in:
Jonathon Jongsma 2015-03-12 16:49:25 -05:00 committed by Frediano Ziglio
parent 79dcba4efa
commit c79c37b3c2

View File

@ -19,6 +19,7 @@
#define _H_RED_PIPE_ITEM
#include <glib.h>
#include <common/ring.h>
typedef struct {
RingItem link;