summaryrefslogtreecommitdiffstats
path: root/src/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty.c b/src/pty.c
index a738ac158d..9b03612227 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -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>