summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index 55389dbc4..28398d033 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -72,6 +72,7 @@
#include <sys/poll.h>
#include <time.h>
#include <dirent.h>
+#include <ctype.h>
/* These will eventually be #include <linux/dvb/...> */
#include "dvb/dmx.h"
@@ -1883,7 +1884,7 @@ static int dvb_plugin_open(input_plugin_t * this_gen)
char str[256];
char *ptr;
int x;
- char dummy;
+ char dummy=0;
xine_cfg_entry_t zoomdvb;
config_values_t *config = this->stream->xine->config;
xine_cfg_entry_t lastchannel;