From 8eaa3b0fd895e5eac072cebc5b3dacd2f5813cb1 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Thu, 26 Jun 2014 10:49:14 +0200 Subject: commands: include missing header When compiled for ARCH=sandbox, we get a compiler warning if we don't include the needed header file as well. Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- commands/linux_exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/linux_exec.c b/commands/linux_exec.c index 741168a824..590e0bfd50 100644 --- a/commands/linux_exec.c +++ b/commands/linux_exec.c @@ -16,6 +16,7 @@ */ #include +#include #include #include -- cgit v1.2.3