From c79c37b3c24dbbdd23a160c2fe5fb5cf30e7d495 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Thu, 12 Mar 2015 16:49:25 -0500 Subject: [PATCH] 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 --- 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 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 +#include typedef struct { RingItem link;