From 4bbd5bf8a6383d31341221b97e5e320d5abba085 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 1 Apr 2016 18:24:39 -0700 Subject: Move selinux dependencies out of header files. Bug: http://b/27764900 Change-Id: Ib62a59edcb13054f40f514c404d32b87b14ed5f1 --- recovery.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recovery.cpp') diff --git a/recovery.cpp b/recovery.cpp index b5514a1c0..169413ad5 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -41,10 +41,11 @@ #include #include #include +#include #include /* Android Log packet format */ #include /* private pmsg functions */ - -#include +#include +#include #include "adb_install.h" #include "bootloader.h" -- cgit v1.2.3