From b67d71177df626438ba61da54130586b66b9f676 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:03:57 +0000 Subject: [PATCH] 2003/07/15 11:49:19 darcs-hash:20040130070357-2ba56-c6a3d35396b638a7b914da3566204d37c8d46ad9.gz --- src/org/xwt/plat/Solaris.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/org/xwt/plat/Solaris.cc b/src/org/xwt/plat/Solaris.cc index fcc28b7..4ac4d75 100644 --- a/src/org/xwt/plat/Solaris.cc +++ b/src/org/xwt/plat/Solaris.cc @@ -1 +1,5 @@ +#include +#define u_int8_t uint8_t +#define u_int16_t uint16_t +#define u_int32_t uint32_t #include "X11.cc" -- 1.7.10.4