freebsd-ports/editors/openoffice.org-3-devel/files/patch-vcl::unx::source::app::rptpsound.cxx
Martin Blapp 5f6e7f6949 First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.

As you may see the patchnames are very long, but that makes
maintaining patches a lot easier.
2002-10-18 22:41:42 +00:00

13 lines
320 B
C++

--- ../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;