From b4d2cfd941e8cf4d8fe07167a831c927e6b410a9 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Tue, 4 Nov 2008 13:50:50 +0000 Subject: Add missing header. --- lib/libutil/pty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 #include #include +#include int openpty(int *amaster, int *aslave, char *name, struct termios *termp, -- cgit v1.3