* converted to autoconf and began port to Digital UNIX
[citadel.git] / webcit / webserver.c
index be892c32d455977579f8cd9104dd273c1976dc05..834e11a1a93efdb7a87333e20086dc03fe77b164 100644 (file)
@@ -8,6 +8,7 @@
  * $Id$
  */
 
+#include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -236,7 +237,6 @@ int main(int argc, char **argv)
         pthread_attr_t attr;           /* Thread attributes */
        int a, i;                       /* General-purpose variables */
        int port = PORT_NUM;            /* Port to listen on */
-       char convbuf[128];
 
        /* Parse command line */
        while ((a = getopt(argc, argv, "hp:")) != EOF)