summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-02 09:10:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-02 09:10:50 +0000
commit1126fcfdedc7047a8e8e4a5925c7dd2fde7a0436 (patch)
treebb685995a8e4df9a9a84c6da0d08e72edb643513 /unotools
parent06ed7cd89b8cbbdfd64b474a5c0555a1047a96db (diff)
fix fuzzer build
Change-Id: I24c7e32b3dc63f3b5043e186f6af0ffa4d310198
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/resmgr.cxx3
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>