summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch)
tree37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/kern/tty_pty.c
parent7f4ba7135504dcc12d161978438219a68976f07c (diff)
Notes
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 6b2b10e57400..78e24daa4b1f 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tty_pty.c 8.4 (Berkeley) 2/20/95
- * $Id: tty_pty.c,v 1.48 1997/12/06 13:24:10 bde Exp $
+ * $Id: tty_pty.c,v 1.49 1997/12/16 17:40:28 eivind Exp $
*/
/*
@@ -40,6 +40,7 @@
*/
#include "pty.h" /* XXX */
#include "opt_compat.h"
+#include "opt_devfs.h"
#include <sys/param.h>
#include <sys/systm.h>