From fd536d818d9bb9138ca74dedf187b8086eb08a24 Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee Date: Wed, 25 Jun 2014 21:57:45 +0200 Subject: 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 afb59d1..87164a5 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 1cbb096..11e0879 100644 --- a/drivers/core/root.c +++ b/drivers/core/root.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include -- cgit v0.10.2