diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2012-01-05 22:14:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2012-01-05 22:14:18 +0000 |
| commit | 07fa7ac6523b8c6c517e8c8f1134f5d9ff4bca4d (patch) | |
| tree | 84ff73d287bb14198179dbe0fcc32fd0b5a5a1f9 /sys/dev/mfi | |
| parent | 758f2271dede7da7b10183a6ea2bb48c1d224878 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mfi')
| -rw-r--r-- | sys/dev/mfi/mfi_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index 515e6ed05ada..8fe7778545c6 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mutex.h> #include <sys/malloc.h> #include <sys/selinfo.h> +#include <sys/sysctl.h> #include <sys/taskqueue.h> #include <sys/uio.h> #include <machine/resource.h> |
