summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-tools::source::string::charset.cxx
blob: b989108fbdbbc1634e703ef9f94dfce664c41f49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 <stdio.h>
 #include <stdlib.h>
 #include <strings.h>
+#if defined(FREEBSD)
+#include <string.h>
+#endif
 #include <locale.h>
 #include <langinfo.h>
 #ifndef _TOOLS_LANG_HXX