summaryrefslogtreecommitdiffstats
path: root/minzip/DirUtil.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-02 03:24:39 +0200
committerElliott Hughes <enh@google.com>2016-04-02 03:24:39 +0200
commit4bbd5bf8a6383d31341221b97e5e320d5abba085 (patch)
tree425d6689f29b9d893cd250dd0b22bd72af078b1a /minzip/DirUtil.cpp
parentMerge "recovery: use __android_log_pmsg_file_write for log files" (diff)
downloadandroid_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar.gz
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar.bz2
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar.lz
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar.xz
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.tar.zst
android_bootable_recovery-4bbd5bf8a6383d31341221b97e5e320d5abba085.zip
Diffstat (limited to 'minzip/DirUtil.cpp')
-rw-r--r--minzip/DirUtil.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/minzip/DirUtil.cpp b/minzip/DirUtil.cpp
index 823b6ed2f..e08e360c0 100644
--- a/minzip/DirUtil.cpp
+++ b/minzip/DirUtil.cpp
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+#include "DirUtil.h"
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -26,7 +28,8 @@
#include <string>
-#include "DirUtil.h"
+#include <selinux/label.h>
+#include <selinux/selinux.h>
typedef enum { DMISSING, DDIR, DILLEGAL } DirStatus;