aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/gettext.h')
-rw-r--r--src/nvim/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/gettext.h b/src/nvim/gettext.h
index cbc080e7b7..2c7b5626d2 100644
--- a/src/nvim/gettext.h
+++ b/src/nvim/gettext.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef HAVE_WORKING_LIBINTL
-# include <libintl.h>
+# include <libintl.h> // IWYU pragma: export
# define _(x) gettext(x) // NOLINT(bugprone-reserved-identifier)
// XXX do we actually need this?
# ifdef gettext_noop