diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2011-07-11 05:19:28 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2011-07-11 05:19:28 +0000 |
| commit | 657bd8b1323138f1ff241edc1223e53de4894d27 (patch) | |
| tree | 22c759ffecd4a724116556e1dfdccc8093c3a03a | |
| parent | fef7c585def7a881494802146350d1f7e757d7d5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/md/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index c48872869b42d..078eca8e768ef 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -75,6 +75,7 @@ #include <sys/namei.h> #include <sys/proc.h> #include <sys/queue.h> +#include <sys/sbuf.h> #include <sys/sched.h> #include <sys/sf_buf.h> #include <sys/sysctl.h> |
