0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.0751: OpenPTY missing with some combination of features

Problem:    OpenPTY missing with some combination of features. (Kazunobu
            Kuriyama)
Solution:   Adjust #ifdef.  Also include pty.pro when needed.
This commit is contained in:
Bram Moolenaar
2017-07-22 21:11:53 +02:00
parent 6ed8069c79
commit 613fe7ad2b
4 changed files with 13 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
#include "vim.h"
#if defined(FEAT_GUI) || defined(FEAT_TERMINAL)
#if defined(FEAT_GUI) || defined(FEAT_JOB_CHANNEL)
#include <signal.h>