aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/process.h
blob: faa4762cf17a70a320a7c87a5c69e1a402df9641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_OS_PROCESS_H
#define NVIM_OS_PROCESS_H

#include <stddef.h>

#include "nvim/api/private/defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/process.h.generated.h"
#endif

#endif  // NVIM_OS_PROCESS_H