diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-26 21:36:02 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 15:50:45 +0100 |
commit | 40139738eb479d0913ec6ce751ca5adfa50ad8c3 (patch) | |
tree | e6b2928fad2afb74235316b31261e2c2d01dc047 /src/nvim/keycodes.c | |
parent | 5b765fcab42308cd4d97a4c37da0c2b1cdb3514d (diff) | |
download | rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.gz rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.bz2 rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.zip |
build: enable IWYU on mac
Diffstat (limited to 'src/nvim/keycodes.c')
-rw-r--r-- | src/nvim/keycodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/keycodes.c b/src/nvim/keycodes.c index e2fb1fa3ee..aa61b40476 100644 --- a/src/nvim/keycodes.c +++ b/src/nvim/keycodes.c @@ -4,6 +4,7 @@ #include <stdbool.h> #include <stdio.h> #include <string.h> +#include <sys/types.h> #include "nvim/ascii.h" #include "nvim/charset.h" |