[Xorg] Tinderbox error on Wraphelp.c

Egbert Eich eich at pdx.freedesktop.org
Tue Aug 24 10:57:51 PDT 2004


I can make it work on a system I've tried on with the patch below.
The typedef in question is contained there.
Wether this file should be included by sys/types.h I do not know.

Egbert.


Index: Wraphelp.c
===================================================================
RCS file: /cvs/xorg/xc/lib/Xdmcp/Wraphelp.c,v
retrieving revision 1.3
diff -u -r1.3 Wraphelp.c
--- Wraphelp.c  23 Aug 2004 17:06:37 -0000      1.3
+++ Wraphelp.c  24 Aug 2004 17:54:42 -0000
@@ -4,6 +4,7 @@
  */
 
 #include <sys/types.h>
+#include <stdint.h>
 #include "Wrap.h"
 
 /* des routines for non-usa - eay 10/9/1991 eay at psych.psy.uq.oz.au



More information about the xorg mailing list