diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-01 04:25:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-01 04:25:54 +0000 |
commit | b4ed613595432ece6802d09bfabad18e09aa26f3 (patch) | |
tree | bd2db6b09b756624c1b2babdd12ea05a9dffcdaf /ex/ex_script.c | |
parent | 7cef6c685d23e4dcdf3f64b0b2ea92151e652db6 (diff) |
Notes
Diffstat (limited to 'ex/ex_script.c')
-rw-r--r-- | ex/ex_script.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ex/ex_script.c b/ex/ex_script.c index 5ba8c028f81a..def590d86741 100644 --- a/ex/ex_script.c +++ b/ex/ex_script.c @@ -32,6 +32,8 @@ #include <unistd.h> #ifdef HAVE_LIBUTIL_H #include <libutil.h> +#elif defined HAVE_PTY_H +#include <pty.h> #else #include <util.h> #endif |