summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/remote.c4
-rw-r--r--server/connectionHTTP.c4
-rw-r--r--server/connectionVTP.c3
3 files changed, 8 insertions, 3 deletions
diff --git a/client/remote.c b/client/remote.c
index ac687c9..d5b1380 100644
--- a/client/remote.c
+++ b/client/remote.c
@@ -1,6 +1,8 @@
/*
- * $Id: remote.c,v 1.3 2005/02/08 17:22:35 lordjaxom Exp $
+ * $Id: remote.c,v 1.4 2005/04/24 16:26:14 lordjaxom Exp $
*/
+
+#include <ctype.h>
#include "client/remote.h"
#include "client/device.h"
diff --git a/server/connectionHTTP.c b/server/connectionHTTP.c
index c50f010..2c912bc 100644
--- a/server/connectionHTTP.c
+++ b/server/connectionHTTP.c
@@ -1,6 +1,8 @@
/*
- * $Id: connectionHTTP.c,v 1.7 2005/02/11 16:44:15 lordjaxom Exp $
+ * $Id: connectionHTTP.c,v 1.8 2005/04/24 16:26:14 lordjaxom Exp $
*/
+
+#include <ctype.h>
#include "server/connectionHTTP.h"
#include "server/setup.h"
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>