summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ac
blob: 855ae92ccb45be8b0f8a4d089c607a7c8a20037c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.8 2003/03/22 06:46:21 wiz Exp $

--- ../thotlib/include/ustring.h.orig	Mon Jun 17 04:10:14 2002
+++ ../thotlib/include/ustring.h
@@ -6,6 +6,11 @@
 #include <windows.h>
 #endif /* _WINDOWS */
 
+#include "config.h"
+#ifdef HAVE_WCHAR_H
+#include <wchar.h>
+#endif
+
 #ifdef _WINDOWS
 #define strncasecmp _strnicmp
 #endif /* _WINDOWS */