build: fix lint error on macos

This commit is contained in:
dundargoc
2025-01-15 18:18:04 +01:00
committed by dundargoc
parent bbf36ef8ef
commit 7c65224257

View File

@@ -4,6 +4,7 @@
#include <stddef.h> #include <stddef.h>
#include "nvim/event/defs.h" // IWYU pragma: keep #include "nvim/event/defs.h" // IWYU pragma: keep
#include "nvim/os/os_defs.h"
#include "nvim/types_defs.h" #include "nvim/types_defs.h"
static inline Proc proc_init(Loop *loop, ProcType type, void *data) static inline Proc proc_init(Loop *loop, ProcType type, void *data)