blob: 5498291b548396fc2b1af9a7803140b7bb71a0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 10:52:27 agc Exp $
--- style/LangObj.cxx~ Fri Jul 2 07:49:58 1999
+++ style/LangObj.cxx Tue May 16 12:59:00 2000
@@ -12,11 +12,11 @@
#include <string.h>
#include <ctype.h>
#include <string.h>
-#include <wchar.h>
-#include <wctype.h>
#ifdef SP_HAVE_LOCALE
#include <locale.h>
+#include <wchar.h>
+#include <wctype.h>
#endif
#ifdef DSSSL_NAMESPACE
|