diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-11-04 13:50:50 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-11-04 13:50:50 +0000 |
commit | b4d2cfd941e8cf4d8fe07167a831c927e6b410a9 (patch) | |
tree | 5fe7cd053f951727e3ee44aeca3f710693c5bdb5 | |
parent | b8a5cd86e3503c4c15601f88cc075cc111fd9e15 (diff) |
Notes
-rw-r--r-- | lib/libutil/pty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index c60d250f443f..7e0640804082 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -47,6 +47,7 @@ static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94"; #include <stdlib.h> #include <string.h> #include <termios.h> +#include <unistd.h> int openpty(int *amaster, int *aslave, char *name, struct termios *termp, |