diff options
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index d36318d..d6d8fd4 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sio.c,v 1.252 1999/07/04 14:58:35 phk Exp $ + * $Id: sio.c,v 1.253 1999/08/08 20:25:14 phk Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ @@ -2624,7 +2624,7 @@ disc_optim(tp, t, com) /* * Following are all routines needed for SIO to act as console */ -#include <machine/cons.h> +#include <sys/cons.h> struct siocnstate { u_char dlbl; |