summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-03-18 12:22:25 +0000
committerphintuka <phintuka>2012-03-18 12:22:25 +0000
commit87e90845cc56704de572b0135b917a55a6b48621 (patch)
treea645b8448ef92f9ebb96fc4297a9beeac83d7f81
parent56088dea26a30de38a507100c0ab56ad3f9c1a05 (diff)
downloadxineliboutput-87e90845cc56704de572b0135b917a55a6b48621.tar.gz
xineliboutput-87e90845cc56704de572b0135b917a55a6b48621.tar.bz2
Added missing include
-rw-r--r--frontend_local.c3
-rw-r--r--frontend_svr.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/frontend_local.c b/frontend_local.c
index 98a8e453..f0dc4d23 100644
--- a/frontend_local.c
+++ b/frontend_local.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.c,v 1.57 2012-03-17 20:19:27 phintuka Exp $
+ * $Id: frontend_local.c,v 1.58 2012-03-18 12:22:25 phintuka Exp $
*
*/
@@ -21,6 +21,7 @@
#include <vdr/tools.h>
#include <vdr/shutdown.h>
#include <vdr/plugin.h>
+#include <vdr/device.h>
#include "logdefs.h"
#include "config.h"
diff --git a/frontend_svr.c b/frontend_svr.c
index 903b9b0d..49665553 100644
--- a/frontend_svr.c
+++ b/frontend_svr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.c,v 1.106 2012-03-17 20:19:27 phintuka Exp $
+ * $Id: frontend_svr.c,v 1.107 2012-03-18 12:22:25 phintuka Exp $
*
*/
@@ -28,6 +28,7 @@
#include <vdr/config.h>
#include <vdr/tools.h>
#include <vdr/plugin.h>
+#include <vdr/device.h>
#include "logdefs.h"
#include "config.h"