diff options
author | netchild <netchild@FreeBSD.org> | 2006-08-19 15:13:01 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-08-19 15:13:01 +0000 |
commit | 81450589e79d44c5c1a2df63fc63be5e498b2213 (patch) | |
tree | 568e6a8dcbc04508943ed2321937f7407a09eb1e /sys/compat/linux/linux_signal.c | |
parent | 57842c97d3e7cf35e68973f3740a71b622383802 (diff) | |
download | FreeBSD-src-81450589e79d44c5c1a2df63fc63be5e498b2213.zip FreeBSD-src-81450589e79d44c5c1a2df63fc63be5e498b2213.tar.gz |
Get rid of some nested includes.
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb
Diffstat (limited to 'sys/compat/linux/linux_signal.c')
-rw-r--r-- | sys/compat/linux/linux_signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_signal.c b/sys/compat/linux/linux_signal.c index a33acc7..852c501 100644 --- a/sys/compat/linux/linux_signal.c +++ b/sys/compat/linux/linux_signal.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/sx.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/syscallsubr.h> |