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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd536d818d9bb9138ca74dedf187b8086eb08a24;p=pandora-u-boot.git 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 afb59d1d8dd..87164a5cf9a 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 1cbb096494d..11e08796b2b 100644 --- a/drivers/core/root.c +++ b/drivers/core/root.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include