diff options
Diffstat (limited to 'server/connectionHTTP.c')
-rw-r--r-- | server/connectionHTTP.c | 4 |
1 files changed, 3 insertions, 1 deletions
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" |