diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2000-09-10 13:54:52 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2000-09-10 13:54:52 +0000 |
| commit | 36240ea5bf8d2e290604d23aeab9b90fbb0692b7 (patch) | |
| tree | 60b1fd3ea5a90d36922dc95ec2f122083a8cfa3a /sys/kern/kern_sig.c | |
| parent | 4d87a031c0106945da094f3ea770ea9b4b5fcd6b (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_sig.c')
| -rw-r--r-- | sys/kern/kern_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index a39a4c805b19..3f7e5d50270f 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -45,6 +45,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/sysproto.h> +#include <sys/systm.h> #include <sys/signalvar.h> #include <sys/resourcevar.h> #include <sys/namei.h> @@ -52,7 +53,6 @@ #include <sys/event.h> #include <sys/proc.h> #include <sys/pioctl.h> -#include <sys/systm.h> #include <sys/acct.h> #include <sys/fcntl.h> #include <sys/wait.h> |
