mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: don't include pty.h on SunOS
This commit is contained in:
parent
8f1fdbc54a
commit
435dd04bdb
@ -15,7 +15,7 @@
|
||||
# include <libutil.h>
|
||||
#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
# include <util.h>
|
||||
#else
|
||||
#elif !defined(__sun)
|
||||
# include <pty.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user