diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-23 22:25:36 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-23 22:25:36 -0300 |
| commit | 56f371cb820107cf31c66be07b189818dbd527ee (patch) | |
| tree | 9de6cc3996a01d133cd883d61a7c24a564a772ba /src/nvim/os/pipe_process.h | |
| parent | 0df6b9168e9dc09d3e0ae6050d67b7c31c603782 (diff) | |
| parent | d7e560e5b309578f142c23467d566877cb54ee9a (diff) | |
| download | rneovim-56f371cb820107cf31c66be07b189818dbd527ee.tar.gz rneovim-56f371cb820107cf31c66be07b189818dbd527ee.tar.bz2 rneovim-56f371cb820107cf31c66be07b189818dbd527ee.zip | |
Merge PR #2037 'Job control fixes and pseudo terminal support'
Diffstat (limited to 'src/nvim/os/pipe_process.h')
| -rw-r--r-- | src/nvim/os/pipe_process.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/os/pipe_process.h b/src/nvim/os/pipe_process.h new file mode 100644 index 0000000000..17a4255ddc --- /dev/null +++ b/src/nvim/os/pipe_process.h @@ -0,0 +1,7 @@ +#ifndef NVIM_OS_PIPE_PROCESS_H +#define NVIM_OS_PIPE_PROCESS_H + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/pipe_process.h.generated.h" +#endif +#endif // NVIM_OS_PIPE_PROCESS_H |