From: Jeroen Hofstee Date: Wed, 25 Jun 2014 19:57:45 +0000 (+0200) Subject: dm: add missing includes X-Git-Tag: v2014.10-rc1~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd536d818d9bb9138ca74dedf187b8086eb08a24;p=u-boot dm: add missing includes lists.c / root.c do not include their own header and they could potentially implement a different function. Therefore actually include the headers. cc: sjg@chromium.org Signed-off-by: Jeroen Hofstee Acked-by: Simon Glass --- diff --git a/drivers/core/lists.c b/drivers/core/lists.c index afb59d1d8d..87164a5cf9 100644 --- a/drivers/core/lists.c +++ b/drivers/core/lists.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/core/root.c b/drivers/core/root.c index 1cbb096494..11e08796b2 100644 --- a/drivers/core/root.c +++ b/drivers/core/root.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include