From 0f509ca515b41544df4a48bc672c8a3af847cbe4 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 21 Sep 2018 12:20:24 +0300 Subject: Fix compile problem for AIX. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 18c2adb9..3d90e71b 100644 --- a/io.c +++ b/io.c @@ -2104,8 +2104,8 @@ fork_and_open_slave_pty(const char *slavenam, int master, const char *command, p } return true; -} #endif +} #endif /* defined(HAVE_TERMIOS_H) */ -- cgit v1.2.3