summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ae
blob: a393c4e95efa75db38567a210162c55ee656f07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.5.4.2 2002/08/25 21:22:02 jlam Exp $
--- ../thotlib/include/ustring.h.orig	Mon Jul  1 02:49:43 2002
+++ ../thotlib/include/ustring.h	Mon Jul  1 02:55:09 2002
@@ -5,7 +5,11 @@
 #ifdef _WINDOWS
 #include <windows.h>
 #endif /* _WINDOWS */
+
+#include "config.h"
+#ifdef HAVE_WCHAR_H
 #include <wchar.h>
+#endif /* HAVE_WCHAR_H */
 
 #ifdef _WINDOWS
 #define strncasecmp _strnicmp