forked from Lainports/freebsd-ports
16 lines
339 B
Text
16 lines
339 B
Text
--- 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
|