include <sys/termios.h> to make comvar.h happy
This commit is contained in:
parent
b6549d493d
commit
a610e9d471
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user