diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:52:29 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:52:29 +0000 |
| commit | 20982410542a3d817a38ea6175574a5dddabc969 (patch) | |
| tree | 91489a177bb731ba6019707934967d4a7c5e98a4 /sys/kern/subr_log.c | |
| parent | 71455815cc0dc3eb18d703290a133fd34778fcfb (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
| -rw-r--r-- | sys/kern/subr_log.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index a2d31dd659b3..14187097d5d5 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_log.c 8.1 (Berkeley) 6/10/93 - * $Id: subr_log.c,v 1.20 1997/02/22 09:39:16 peter Exp $ + * $Id: subr_log.c,v 1.21 1997/03/23 03:36:22 bde Exp $ */ /* @@ -43,7 +43,8 @@ #include <sys/conf.h> #include <sys/proc.h> #include <sys/vnode.h> -#include <sys/ioctl.h> +#include <sys/filio.h> +#include <sys/ttycom.h> #include <sys/msgbuf.h> #include <sys/fcntl.h> #include <sys/signalvar.h> |
