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