include <sys/termios.h> to make comvar.h happy

This commit is contained in:
cgd 1996-04-15 18:55:23 +00:00
parent b6549d493d
commit a610e9d471
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ast.c,v 1.25 1996/04/11 22:28:18 cgd Exp $ */
/* $NetBSD: ast.c,v 1.26 1996/04/15 18:55:23 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -35,6 +35,7 @@
#include <sys/param.h>
#include <sys/device.h>
#include <sys/termios.h>
#ifdef i386 /* XXX */
#include <machine/cpu.h> /* XXX */

View File

@ -1,4 +1,4 @@
/* $NetBSD: boca.c,v 1.12 1996/04/11 22:28:22 cgd Exp $ */
/* $NetBSD: boca.c,v 1.13 1996/04/15 18:55:28 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -35,6 +35,7 @@
#include <sys/param.h>
#include <sys/device.h>
#include <sys/termios.h>
#ifdef i386 /* XXX */
#include <machine/cpu.h> /* XXX */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtfps.c,v 1.20 1996/04/11 22:29:57 cgd Exp $ */
/* $NetBSD: rtfps.c,v 1.21 1996/04/15 18:55:31 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -35,6 +35,7 @@
#include <sys/param.h>
#include <sys/device.h>
#include <sys/termios.h>
#ifdef i386 /* XXX */
#include <machine/cpu.h> /* XXX */