diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 17:09:49 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 17:09:49 +0000 |
commit | 6fb7b0fbdc44ed0a18f963ab1d1bda1dc71f04f4 (patch) | |
tree | 931831534e581e5995c22c9e0bd8a4fd0a7bc37c /sys/arch | |
parent | 8ab376d6fd5df15146aa99559437b2422ad487b9 (diff) |
<sys/callout.h> is no longer.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index 30aca0a3842..9340888567a 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_hdr.h,v 1.33 2000/02/27 19:31:05 aaron Exp $ */ +/* $OpenBSD: pcvt_hdr.h,v 1.34 2000/03/23 17:09:48 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -83,9 +83,9 @@ #include <sys/user.h> #include <sys/tty.h> #include <sys/uio.h> -#include <sys/callout.h> #include <sys/kernel.h> #include <sys/syslog.h> +#include <sys/msgbuf.h> #include <sys/malloc.h> #include <sys/time.h> #ifdef DDB |