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/kern/sys_process.c | |
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/kern/sys_process.c')
-rw-r--r-- | sys/kern/sys_process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 3ef263137e9..f022492bb72 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_process.c,v 1.7 1999/02/26 05:12:18 art Exp $ */ +/* $OpenBSD: sys_process.c,v 1.8 2000/06/08 22:25:24 niklas Exp $ */ /* $NetBSD: sys_process.c,v 1.55 1996/05/15 06:17:47 tls Exp $ */ /*- @@ -56,6 +56,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <sys/signalvar.h> #include <sys/errno.h> #include <sys/ptrace.h> #include <sys/uio.h> |