diff options
Diffstat (limited to 'l10ntools/inc/export.hxx')
-rw-r--r-- | l10ntools/inc/export.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 <queue> #include <string> -#include <unistd.h> #ifdef WNT #include <direct.h> +#else +#include <unistd.h> #endif #define NO_TRANSLATE_ISO "x-no-translate" |