summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
commit5591b823d12e70560f330e67efacff791275a9f7 (patch)
treebd3bda52d821bf2f9cd002936a811011a9757b06 /sys/kern/tty_pty.c
parent4adbaec36614afdfb05f2772cd5b35fa0be845a1 (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 e60f47327f93..6b2b10e57400 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.47 1997/09/16 11:43:32 bde Exp $
+ * $Id: tty_pty.c,v 1.48 1997/12/06 13:24:10 bde Exp $
*/
/*
@@ -39,6 +39,7 @@
* (Actually two drivers, requiring two entries in 'cdevsw')
*/
#include "pty.h" /* XXX */
+#include "opt_compat.h"
#include <sys/param.h>
#include <sys/systm.h>