aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process.h
blob: 94923499caf1e88453dffe546ba14adad9c3bda8 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NVIM_OS_PTY_PROCESS_H
#define NVIM_OS_PTY_PROCESS_H

#ifdef WIN32
# include "nvim/os/pty_process_win.h"
#else
# include "nvim/os/pty_process_unix.h"
#endif
#endif  // NVIM_OS_PTY_PROCESS_H