Author: ae Date: Mon Jul 11 05:19:28 2011 New Revision: 223920 URL: http://svn.freebsd.org/changeset/base/223920
Log: Include sys/sbuf.h directly. Modified: head/sys/dev/md/md.c Modified: head/sys/dev/md/md.c ============================================================================== --- head/sys/dev/md/md.c Mon Jul 11 05:17:46 2011 (r223919) +++ head/sys/dev/md/md.c Mon Jul 11 05:19:28 2011 (r223920) @@ -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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
