From 6c53e1f884fea9e6a4f648219511cba14d9b2ad0 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Sun, 1 Jul 2012 09:39:37 +0100 Subject: [PATCH] Add missing header include. --- src/epgdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/epgdb.c b/src/epgdb.c index d9006aac..41f9ca52 100644 --- a/src/epgdb.c +++ b/src/epgdb.c @@ -25,6 +25,7 @@ #include "queue.h" #include "htsmsg_binary.h" #include "settings.h" +#include "channels.h" #include "epg.h" #include "epggrab.h"