summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-10 17:42:35 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-10 17:56:24 +0200
commit09373d45838e4dab514e37dee4a4c8f6218ebda0 (patch)
tree91381d15cb0c7b29072c79a30eee7fd0d8635768 /sal
parent76d098a07bb2f901948d39522954dff6b50adae8 (diff)
soltools: remove Package_inc and empty unistd.h nonsense
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/process/osl_process.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx
index d8245d5760ba..f09567659552 100644
--- a/sal/qa/osl/process/osl_process.cxx
+++ b/sal/qa/osl/process/osl_process.cxx
@@ -32,7 +32,6 @@
#include <osl/file.hxx>
#include <osl/thread.h>
#include <rtl/ustring.hxx>
-#include <unistd.h>
#include <signal.h>
#include <stdio.h>
@@ -43,6 +42,8 @@
#if ( defined WNT ) // Windows
# include <windows.h>
# include <tchar.h>
+#else
+#include <unistd.h>
#endif
#include "rtl/allocator.hxx"