summaryrefslogtreecommitdiff
path: root/server/connectionVTP.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-04-24 16:26:14 +0000
committerlordjaxom <lordjaxom>2005-04-24 16:26:14 +0000
commitc18ebf91586cfa7c0407f349939b298e24432cb5 (patch)
treec4ed2353fa6e4f7a14f2fd6039067e2a39bd690e /server/connectionVTP.c
parent30b7dfd5db791d41291eac0e9d3829df3d9dde71 (diff)
downloadvdr-plugin-streamdev-c18ebf91586cfa7c0407f349939b298e24432cb5.tar.gz
vdr-plugin-streamdev-c18ebf91586cfa7c0407f349939b298e24432cb5.tar.bz2
- some compilers complained about missing declarations, added <ctype.h>
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r--server/connectionVTP.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
index 1930148..a4ea245 100644
--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -1,5 +1,5 @@
/*
- * $Id: connectionVTP.c,v 1.5 2005/02/10 22:24:26 lordjaxom Exp $
+ * $Id: connectionVTP.c,v 1.6 2005/04/24 16:26:14 lordjaxom Exp $
*/
#include "server/connectionVTP.h"
@@ -10,6 +10,7 @@
#include <vdr/tools.h>
#include <tools/select.h>
#include <string.h>
+#include <ctype.h>
#include <errno.h>
#include <stdarg.h>