summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_tty.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
committerjkh <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
commitafb7d7e829ec2c519377c2e71e88bf2c8223a5c2 (patch)
tree8ea8f24c0cedd65d8165b4a390a31e8bb4ffaed5 /lib/libutil/login_tty.c
parentd8d7e646f416a5174e264ad88911d935fa412354 (diff)
downloadFreeBSD-src-afb7d7e829ec2c519377c2e71e88bf2c8223a5c2.zip
FreeBSD-src-afb7d7e829ec2c519377c2e71e88bf2c8223a5c2.tar.gz
All these have to include stdio.h now.
Diffstat (limited to 'lib/libutil/login_tty.c')
-rw-r--r--lib/libutil/login_tty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c
index 06072f0..d1fe3cf 100644
--- a/lib/libutil/login_tty.c
+++ b/lib/libutil/login_tty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id$";
+ "$Id: login_tty.c,v 1.3 1997/08/13 20:42:17 steve Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -45,6 +45,7 @@ static const char rcsid[] =
#include <unistd.h>
#include <stdlib.h>
+#include <stdio.h>
#include <libutil.h>
int
OpenPOWER on IntegriCloud