blob: c292a93a831354d0054c7176740f3cd3caa06a27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ../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>
|