From 1e83d9a5994e0e68497a136b719c9c1c53103f3c Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 23 Sep 2001 02:00:31 +0000 Subject: cleaned up warnings, cursor changes --- httpd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 37ae18a..b8391fc 100644 --- a/httpd.c +++ b/httpd.c @@ -31,6 +31,8 @@ #include #include #include +#include +#include #include "rfb.h" @@ -99,7 +101,7 @@ httpInitSockets(rfbScreenInfoPtr rfbScreen) void httpCheckFds(rfbScreenInfoPtr rfbScreen) { - int nfds, n; + int nfds; fd_set fds; struct timeval tv; struct sockaddr_in addr; -- cgit v1.2.1