Subject: re: xsrc/28409: Xlib.h contains conflicting wchar_t (conflicts with stdlib.h)
To: None <david@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 11/25/2004 11:55:41
#ifndef X_WCHAR
#include <stddef.h>
#else
we should not have X_WCHAR defined and thus include our <stddef.h> to get
wchar_t definition. this is the root cause i believe....
.mrg.