commit | 4bbd5bf8a6383d31341221b97e5e320d5abba085 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 01 18:24:39 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 01 18:24:39 2016 -0700 |
tree | 425d6689f29b9d893cd250dd0b22bd72af078b1a | |
parent | 75da77105f329f5d6c1b4dc46ce02377ec4afd6a [diff] [blame] |
Move selinux dependencies out of header files. Bug: http://b/27764900 Change-Id: Ib62a59edcb13054f40f514c404d32b87b14ed5f1
diff --git a/minzip/Zip.c b/minzip/Zip.c index 0f89835..9f550f8 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 /*