aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mbyte.h')
-rw-r--r--src/nvim/mbyte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mbyte.h b/src/nvim/mbyte.h
index 6e27679198..49c323282d 100644
--- a/src/nvim/mbyte.h
+++ b/src/nvim/mbyte.h
@@ -8,7 +8,7 @@
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/func_attr.h"
#include "nvim/mbyte_defs.h" // IWYU pragma: export
-#include "nvim/os/os_defs.h"
+#include "nvim/os/os_defs.h" // IWYU pragma: export
#include "nvim/types_defs.h" // IWYU pragma: keep
// Return byte length of character that starts with byte "b".