1b9e6b19ff
- use patch names from update-patches
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
$OpenBSD: patch-style_LangObj_cxx,v 1.1 2002/07/28 06:59:49 brad Exp $
|
|
--- style/LangObj.cxx.orig Thu Jul 1 18:49:58 1999
|
|
+++ style/LangObj.cxx Sun Jul 28 02:59:43 2002
|
|
@@ -12,8 +12,10 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
+#ifndef __OpenBSD__
|
|
#include <wchar.h>
|
|
#include <wctype.h>
|
|
+#endif
|
|
|
|
#ifdef SP_HAVE_LOCALE
|
|
#include <locale.h>
|