From b67b2671c2b7fe3fd33481f820efd9de17ed4ab7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 10 Jul 2013 09:27:06 +0200 Subject: treewide: Add missing includes A lot of files rely on include/driver.h including include/of.h (and this including include/errno.h. include the files explicitly so we can eventually get rid of including of.h from driver.h Signed-off-by: Sascha Hauer --- commands/detect.c | 1 + commands/filetype.c | 2 +- commands/loadenv.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/detect.c b/commands/detect.c index 15055e78bc..499994ba78 100644 --- a/commands/detect.c +++ b/commands/detect.c @@ -21,6 +21,7 @@ #include #include #include +#include static int do_detect(int argc, char *argv[]) { diff --git a/commands/filetype.c b/commands/filetype.c index 20d335bd6d..f82a4616b1 100644 --- a/commands/filetype.c +++ b/commands/filetype.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include static int do_filetype(int argc, char *argv[]) { diff --git a/commands/loadenv.c b/commands/loadenv.c index 14b964340b..df0df27a9d 100644 --- a/commands/loadenv.c +++ b/commands/loadenv.c @@ -24,6 +24,7 @@ #include #include #include +#include #include static int do_loadenv(int argc, char *argv[]) -- cgit v1.2.3