summaryrefslogtreecommitdiff
blob: 174a42738ab7725081898e84141d862ee1b117d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/vncconnect/vncconnect.c	2001-06-09 05:41:45.000000000 +0200
+++ b/vncconnect/vncconnect.c	2010-09-28 20:19:03.000000000 +0200
@@ -5,6 +5,8 @@
 #include <stdio.h>
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
+#include <stdlib.h> /* exit() */
+#include <string.h> /* strlen() */
 
 static char *programName;
 
--- a/libvncauth/vncauth.c	2001-06-09 05:41:45.000000000 +0200
+++ b/libvncauth/vncauth.c	2010-09-28 20:19:44.000000000 +0200
@@ -28,6 +28,7 @@
 #include <sys/stat.h>
 #include <vncauth.h>
 #include <d3des.h>
+#include <time.h> /* time() */
 
 
 /*