summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ae
blob: 2588356d406bf2c77bdc2c3453c0c1b85a8998e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.6 2002/08/25 21:51:44 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