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 --- drivers/core/lists.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/core/lists.c') 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 -- cgit v1.2.1