summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ae
blob: c254fa9ac4846dcc0b99be0ea6eadfa5c1aa4e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2000/08/22 17:28:29 dmcmahill Exp $

wchar.h doesn't exist on pre-1.5 systems.

--- ../thotlib/include/ustring.h.orig	Thu Mar 30 10:32:44 2000
+++ ../thotlib/include/ustring.h	Tue Aug 22 13:08:35 2000
@@ -8,5 +8,5 @@
 #endif /* _WINDOWS */
 
-#include <wchar.h>
+#include <machine/ansi.h>
 
 #ifdef _WINDOWS