diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/resmgr.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/source/i18n/resmgr.cxx b/unotools/source/i18n/resmgr.cxx index 19f33a85b558..61c681f63ff9 100644 --- a/unotools/source/i18n/resmgr.cxx +++ b/unotools/source/i18n/resmgr.cxx @@ -36,6 +36,9 @@ #include <string.h> #include <stdio.h> #include <stdlib.h> +#if defined UNX && !defined MACOSX +# include <libintl.h> +#endif #include <tools/debug.hxx> #include <tools/stream.hxx> |