1 #ifndef NVIM_OS_PROCESS_H
2 #define NVIM_OS_PROCESS_H
3 
4 #include <stddef.h>
5 
6 #include "nvim/api/private/defs.h"
7 
8 #ifdef INCLUDE_GENERATED_DECLARATIONS
9 # include "os/process.h.generated.h"
10 #endif
11 
12 #endif  // NVIM_OS_PROCESS_H
13