summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-08-16 23:27:57 +0000
committerphintuka <phintuka>2006-08-16 23:27:57 +0000
commit6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01 (patch)
tree22a56146d38a5eae27ed47f7233549d296bccc7f /xine_input_vdr.c
parent3bf2d49a5102d787dd10a10382fd1a3f7b2b51ee (diff)
downloadxineliboutput-6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01.tar.gz
xineliboutput-6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01.tar.bz2
Added missing header
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r--xine_input_vdr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index 490591eb..b817d5ed 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.26 2006-08-16 22:36:30 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.27 2006-08-16 23:27:57 phintuka Exp $
*
*/
@@ -33,6 +33,7 @@
#include <dlfcn.h>
#include <linux/unistd.h> /* gettid() */
#include <sys/resource.h> /* setpriority() */
+#include <syslog.h>
#include <xine/xine_internal.h>
#include <xine/xineutils.h>