diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2012-01-05 22:14:49 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2012-01-05 22:14:49 +0000 |
| commit | eba5cf73d0da4517bdbc8986646826739e89dc12 (patch) | |
| tree | 9fc09358e632212300b3057aea8e74afdcf03f9a /sys/dev/mfi | |
| parent | 41bf6ece6db9f0da5eb8b731d2bf3d28c9e622d6 (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> |
