summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx')
-rw-r--r--editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx b/editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx
new file mode 100644
index 000000000000..fca5510022f9
--- /dev/null
+++ b/editors/openoffice-3/files/patch-vcl::unx::source::app::rptpsound.cxx
@@ -0,0 +1,13 @@
+--- ../vcl/unx/source/app/rptpsound.cxx.orig Wed Oct 24 18:32:21 2001
++++ ../vcl/unx/source/app/rptpsound.cxx Sun Jun 2 22:01:07 2002
+@@ -78,6 +78,10 @@
+ extern "C" int usleep(unsigned int);
+ #endif
+
++#ifdef FREEBSD
++#include <unistd.h>
++#endif
++
+ #ifdef _USE_NAMESPACE
+ using namespace vcl_sal;
+ using namespace vos;