From 848b4c9a9779e0deac6872f6f1b776acb6b89300 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 28 Feb 2013 16:43:23 -0800 Subject: [PATCH] installd: use correct header file. Change-Id: I035524b857a04f8400e96468310d88abf247e582 --- cmds/installd/commands.c | 2 +- cmds/installd/installd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 2a547102eb466..8e1b5f3ab32e5 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -14,7 +14,7 @@ ** limitations under the License. */ -#include +#include #include "installd.h" #include #include diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c index 21d674a03bb6c..c321e5fef895d 100644 --- a/cmds/installd/installd.c +++ b/cmds/installd/installd.c @@ -14,7 +14,7 @@ ** limitations under the License. */ -#include +#include #include #include "installd.h"