diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 22:25:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 22:25:25 +0000 |
commit | 6fb07659ffb545664e69505a274afe12197cee57 (patch) | |
tree | b74941814ee878a43894f41396dbf10fd7108141 /sys/arch/i386/isa | |
parent | 000bb8a6d5a8420c2963639ba7cfa9b052e1e300 (diff) |
Add explicit inclusions of signalvar.h to files actually using syms defined
there but relying on an indirect inclusion
Diffstat (limited to 'sys/arch/i386/isa')
-rw-r--r-- | sys/arch/i386/isa/npx.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/npx.c b/sys/arch/i386/isa/npx.c index abde355e2a3..2fc02ddc9c9 100644 --- a/sys/arch/i386/isa/npx.c +++ b/sys/arch/i386/isa/npx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: npx.c,v 1.16 1999/02/26 04:20:40 art Exp $ */ +/* $OpenBSD: npx.c,v 1.17 2000/06/08 22:25:19 niklas Exp $ */ /* $NetBSD: npx.c,v 1.57 1996/05/12 23:12:24 mycroft Exp $ */ #if 0 @@ -49,6 +49,7 @@ #include <sys/conf.h> #include <sys/file.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/user.h> #include <sys/ioctl.h> #include <sys/device.h> diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index 5b37f63786c..04b8d41d762 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.35 2000/03/30 21:02:08 aaron Exp $ */ +/* $OpenBSD: pcvt_hdr.h,v 1.36 2000/06/08 22:25:20 niklas Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -79,6 +79,7 @@ #include <sys/conf.h> #include <sys/ioctl.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/fcntl.h> #include <sys/user.h> #include <sys/tty.h> |