From dbad797edd4636f830abd7ade1138a1a27ac30d2 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 11 Mar 2018 21:47:12 +0100 Subject: API: nvim_get_proc_children() ref https://github.com/libuv/libuv/pull/836 --- src/nvim/os/process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nvim/os/process.h') diff --git a/src/nvim/os/process.h b/src/nvim/os/process.h index 9549ae9081..9a83942169 100644 --- a/src/nvim/os/process.h +++ b/src/nvim/os/process.h @@ -1,6 +1,8 @@ #ifndef NVIM_OS_PROCESS_H #define NVIM_OS_PROCESS_H +#include + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/process.h.generated.h" #endif -- cgit