diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-15 00:36:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-15 00:36:07 +0000 |
commit | 79cbf2b811a7d03314499c7aa5a3bfd3f8b43a4a (patch) | |
tree | 282e765e15ae436c145f391bf07addf312c3af8a | |
parent | 49c3e94fa92c4dc7b231b5eaf28b938e32e1ba4f (diff) |
1999-06-14 Roland McGrath <roland@baalperazim.frob.com>
* ttys.c: Include "ttys.h".
-rw-r--r-- | init/ttys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/ttys.c b/init/ttys.c index 204e81f0..fa612e55 100644 --- a/init/ttys.c +++ b/init/ttys.c @@ -29,6 +29,8 @@ #include <ttyent.h> #include <utmp.h> +#include "ttys.h" + extern pid_t run_for_real (char *filename, char *args, int arglen, mach_port_t ctty, int setsid); /* init.c */ |