From a827003e3052c6d9ee7bdb71518182e9bd76317d Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 25 Nov 2023 11:32:32 +0100 Subject: build: rework IWYU mapping files Create mapping to most of the C spec and some POSIX specific functions. This is more robust than relying files shipped with IWYU. --- src/nvim/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/input.c') diff --git a/src/nvim/input.c b/src/nvim/input.c index d6ade22fdb..d3ac180ffc 100644 --- a/src/nvim/input.c +++ b/src/nvim/input.c @@ -1,6 +1,7 @@ // input.c: high level functions for prompting the user or input // like yes/no or number prompts. +#include #include #include #include -- cgit