diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-10 17:42:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-10 17:56:24 +0200 |
commit | 09373d45838e4dab514e37dee4a4c8f6218ebda0 (patch) | |
tree | 91381d15cb0c7b29072c79a30eee7fd0d8635768 /stoc/source | |
parent | 76d098a07bb2f901948d39522954dff6b50adae8 (diff) |
soltools: remove Package_inc and empty unistd.h nonsense
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/implementationregistration/implreg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index 71c1409fe8ec..929c4d709854 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -21,7 +21,6 @@ #include <string.h> #include <list> -#include <unistd.h> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/weak.hxx> @@ -49,6 +48,8 @@ #if defined(SAL_W32) #include <io.h> +#else +#include <unistd.h> #endif |