summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>2000-06-08 22:25:16 +0000
committerniklas <niklas@openbsd.org>2000-06-08 22:25:16 +0000
commit6acb4cb0e0d7d47d766a404cf4345b14e020f37c (patch)
tree5b4bd26a63d5f14117ec05b9a8362d9017b5fb37 /sys/kern/sys_process.c
parentMerge with EOM 1.12 (diff)
downloadwireguard-openbsd-6acb4cb0e0d7d47d766a404cf4345b14e020f37c.tar.xz
wireguard-openbsd-6acb4cb0e0d7d47d766a404cf4345b14e020f37c.zip
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.c3
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>