From ea5aeb986ca8061b45bfcc73df7285399d714fd0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 11 Apr 2016 10:17:42 +0200 Subject: include: move run_command prototype to command.h run_command fits much better into command.h, move it there. Signed-off-by: Sascha Hauer --- common/menutree.c | 1 + common/password.c | 1 + 2 files changed, 2 insertions(+) (limited to 'common') diff --git a/common/menutree.c b/common/menutree.c index 97e628de88..160ba9ac4b 100644 --- a/common/menutree.c +++ b/common/menutree.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include diff --git a/common/password.c b/common/password.c index 5b754d943f..05e61801f0 100644 --- a/common/password.c +++ b/common/password.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3