From 09373d45838e4dab514e37dee4a4c8f6218ebda0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 10 May 2013 17:42:35 +0200 Subject: soltools: remove Package_inc and empty unistd.h nonsense Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25 --- l10ntools/inc/export.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index d23cc6f29e5e..595c0273fb5f 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -36,9 +36,10 @@ #include #include -#include #ifdef WNT #include +#else +#include #endif #define NO_TRANSLATE_ISO "x-no-translate" -- cgit