blob: 9a83942169532f2b19fc0ce603f901553a35c6f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OS_PROCESS_H
#define NVIM_OS_PROCESS_H
#include <stddef.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/process.h.generated.h"
#endif
#endif // NVIM_OS_PROCESS_H
|