13 lines
342 B
Text
13 lines
342 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2001/01/15 12:42:09 skrll Exp $
|
|
|
|
--- PlatformSupport/DOMStringHelper.hpp.orig Fri Oct 6 19:17:01 2000
|
|
+++ PlatformSupport/DOMStringHelper.hpp
|
|
@@ -77,7 +77,7 @@
|
|
#include <cwchar>
|
|
#endif
|
|
|
|
-#if defined(AIX)
|
|
+#if (defined(AIX) || defined (NETBSD))
|
|
#include <wchar.h>
|
|
#elif defined(__GNUC__)
|
|
#include <wctype.h>
|