diff options
author | Elliott Hughes <enh@google.com> | 2016-04-02 18:01:25 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-02 18:01:25 +0200 |
commit | dc91161a56c74bb6c73560d728d92b115f0f6e75 (patch) | |
tree | 425d6689f29b9d893cd250dd0b22bd72af078b1a /minzip/Zip.c | |
parent | Merge "recovery: use __android_log_pmsg_file_write for log files" (diff) | |
parent | Merge "Move selinux dependencies out of header files." (diff) | |
download | android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar.gz android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar.bz2 android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar.lz android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar.xz android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.tar.zst android_bootable_recovery-dc91161a56c74bb6c73560d728d92b115f0f6e75.zip |
Diffstat (limited to 'minzip/Zip.c')
-rw-r--r-- | minzip/Zip.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minzip/Zip.c b/minzip/Zip.c index 0f89835ca..9f550f8b4 100644 --- a/minzip/Zip.c +++ b/minzip/Zip.c @@ -23,6 +23,9 @@ #undef NDEBUG // do this after including Log.h #include <assert.h> +#include <selinux/label.h> +#include <selinux/selinux.h> + #define SORT_ENTRIES 1 /* |