View | Details | Raw Unified | Return to bug 45122
Collapse All | Expand All

(-)files/patch-Xvnc-programs-Xserver-os-osinit.c (+10 lines)
Line 0 Link Here
1
--- Xvnc/programs/Xserver/os/osinit.c.orig	Thu Nov  7 22:41:44 2002
2
+++ Xvnc/programs/Xserver/os/osinit.c	Thu Nov  7 22:41:59 2002
3
@@ -48,6 +48,7 @@
4
 /* $XConsortium: osinit.c /main/45 1996/12/02 10:23:13 lehors $ */
5
 /* $XFree86: xc/programs/Xserver/os/osinit.c,v 3.12 1997/01/18 06:58:02 dawes Exp $ */
6
 
7
+#include <stdlib.h>
8
 #include <stdio.h>
9
 #include "X.h"
10
 #include "os.h"
(-)files/patch-Xvnc-programs-Xserver-os-transport.c (+10 lines)
Line 0 Link Here
1
--- Xvnc/lib/xtrans/transport.c	Thu Nov  7 23:01:27 2002
2
+++ Xvnc/lib/xtrans/transport.c	Thu Nov  7 23:02:10 2002
3
@@ -53,6 +53,7 @@
4
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5
  */
6
 
7
+#include <stdlib.h>
8
 #ifdef XSERV_t
9
 #include "os.h"
10
 #else

Return to bug 45122