From 657bd8b1323138f1ff241edc1223e53de4894d27 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Mon, 11 Jul 2011 05:19:28 +0000 Subject: [PATCH] Include sys/sbuf.h directly. --- sys/dev/md/md.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index c48872869b42..078eca8e768e 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -75,6 +75,7 @@ #include #include #include +#include #include #include #include