summaryrefslogtreecommitdiffstats
path: root/httpd.c
diff options
context:
space:
mode:
authordscho <dscho>2001-09-23 02:00:31 +0000
committerdscho <dscho>2001-09-23 02:00:31 +0000
commit1e83d9a5994e0e68497a136b719c9c1c53103f3c (patch)
tree840fe9b31cfa0b8e1943368a299381097981c303 /httpd.c
parentfebced55362321b1015fe23ca7d7b831c28acfcc (diff)
downloadlibvncserver-1e83d9a5994e0e68497a136b719c9c1c53103f3c.zip
libvncserver-1e83d9a5994e0e68497a136b719c9c1c53103f3c.tar.gz
cleaned up warnings, cursor changes
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 37ae18a..b8391fc 100644
--- a/httpd.c
+++ b/httpd.c
@@ -31,6 +31,8 @@
#include <fcntl.h>
#include <errno.h>
#include <pwd.h>
+#include <arpa/inet.h>
+#include <unistd.h>
#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;
OpenPOWER on IntegriCloud