freebsd-ports/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+app+saldata.cxx
2002-06-02 20:11:57 +00:00

14 lines
336 B
C++

--- ../vcl/unx/source/app/saldata.cxx.orig Sun Jun 2 22:07:34 2002
+++ ../vcl/unx/source/app/saldata.cxx Sun Jun 2 22:08:22 2002
@@ -78,6 +78,11 @@
#ifdef AIX
#include <strings.h>
#endif
+#ifdef FREEBSD
+#include <sys/types.h>
+#include <sys/time.h>
+#include <unistd.h>
+#endif
#ifndef _VOS_MUTEX_HXX
#include <vos/mutex.hxx>