patch 8.0.0750: OpenPTY missing in non-GUI build v8.0.0750
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:53:21 +0000 (20:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:53:21 +0000 (20:53 +0200)
commit6ed8069c798827ec4448f37bf2795a08fc9cbd05
treeba152f57a9ebf4b25b0a8815dc92b758be3d9956
parent816e7660e1efb918ad85b5c78d21b957d1bcad17
patch 8.0.0750: OpenPTY missing in non-GUI build

Problem:    OpenPTY missing in non-GUI build.
Solution:   Always include pty.c, add an #ifdef to skip over the contents.
src/Makefile
src/pty.c
src/version.c