diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
| commit | 3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 (patch) | |
| tree | aac25102c388712f99b4b8c8c49d800d87028e5a /lib/libutil/pty.c | |
| parent | cd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pty.c')
| -rw-r--r-- | lib/libutil/pty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 5aecbfbf2f79..515ff9eb437b 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -47,7 +47,9 @@ static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94"; #include <string.h> #include <termios.h> #include <unistd.h> +#include <libutil.h> +int openpty(amaster, aslave, name, termp, winp) int *amaster, *aslave; char *name; |
