aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-26 21:36:02 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 15:50:45 +0100
commit40139738eb479d0913ec6ce751ca5adfa50ad8c3 (patch)
treee6b2928fad2afb74235316b31261e2c2d01dc047 /src/nvim/mbyte.c
parent5b765fcab42308cd4d97a4c37da0c2b1cdb3514d (diff)
downloadrneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.gz
rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.bz2
rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.zip
build: enable IWYU on mac
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 1151e80e4c..a2c0e70d77 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <wctype.h>
#include "auto/config.h"