From 4598534b73cbae1ed3020b4569711e5d753ae25e Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 30 May 2002 22:23:14 +0000 Subject: Add missing include for strchr() if compiled with gcc3 --- .../files/patch-tools::source::string::charset.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx (limited to 'editors/openoffice-1.0') diff --git a/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx b/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx new file mode 100644 index 000000000000..b989108fbdbb --- /dev/null +++ b/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx @@ -0,0 +1,12 @@ +--- ../tools/source/string/charset.cxx.orig Fri May 31 00:17:15 2002 ++++ ../tools/source/string/charset.cxx Fri May 31 00:17:17 2002 +@@ -68,6 +68,9 @@ + #include + #include + #include ++#if defined(FREEBSD) ++#include ++#endif + #include + #include + #ifndef _TOOLS_LANG_HXX -- cgit