aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_proc.h
blob: d815aae69c876044acafb58636fe8e5f4e92798a (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef MSWIN
# include "nvim/os/pty_proc_win.h"
#else
# include "nvim/os/pty_proc_unix.h"
#endif