diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-10-28 17:08:07 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-10-28 17:08:07 +0000 |
| commit | 3754626f788d5486d1e85f743f07924b61d3d24c (patch) | |
| tree | da9a0db13701b6a0f12e03d20369173dccad3898 /sys/dev/raidframe | |
| parent | 1907a57b5f9574c9a6f219b5442249bd424c19ca (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/raidframe/rf_types.h b/sys/dev/raidframe/rf_types.h index 37a55195212b..3f388fc01168 100644 --- a/sys/dev/raidframe/rf_types.h +++ b/sys/dev/raidframe/rf_types.h @@ -46,7 +46,9 @@ #include <sys/uio.h> #include <sys/param.h> +#ifdef _KERNEL #include <sys/lock.h> +#endif /* * First, define system-dependent types and constants. |
