unotools/source/i18n/resmgr.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 1126fcfdedc7047a8e8e4a5925c7dd2fde7a0436 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Mar 2 09:10:50 2018 +0000 fix fuzzer build Change-Id: I24c7e32b3dc63f3b5043e186f6af0ffa4d310198 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits