From d747129e1e8876f5a50f47156ec50b6969a638e4 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 28 Feb 2013 16:59:13 -0800 Subject: [PATCH] installd: use correct header file. This is a port of https://android-review.googlesource.com/52540 , which doesn't apply cleanly to master. Change-Id: I2824bb7afd4e343b5dc8bed9f24002ec1dcbf07f --- 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 c272e47b3..a58eca8e9 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 2285e79fc..f81dfe5e3 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"