- some compilers complained about missing declarations, added <ctype.h>

This commit is contained in:
lordjaxom 2005-04-24 16:26:14 +00:00
parent 30b7dfd5db
commit c18ebf9158
3 changed files with 8 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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>