summaryrefslogtreecommitdiff
path: root/client
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 /client
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 'client')
-rw-r--r--client/remote.c4
1 files changed, 3 insertions, 1 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"