From 119b765a053f650b4b47256245ce836f8c403d7f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 18 Jul 2014 17:29:15 -0700 Subject: [PATCH] Fix implicit declaration of function 'prctl' in installd. (cherry picked from commit ec535c5ba515f58791aa5044ba116d35a10a188e) Change-Id: I3da977d85ce544b23ff00934fdbd201d683e9210 --- cmds/installd/installd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c index 3be72a4a7..62579b921 100644 --- a/cmds/installd/installd.c +++ b/cmds/installd/installd.c @@ -15,7 +15,7 @@ */ #include -#include +#include #include #include