diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-02-11 18:44:06 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-02-12 16:15:11 +0100 |
commit | 50381976ff146d25f71c800ebda18a02be456fa2 (patch) | |
tree | b064ea9396bf9df9e586509d8c25dcb4eeec7479 /libtar/append.c | |
parent | Add rule to make libopenaes_static (diff) | |
download | android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.gz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.bz2 android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.lz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.xz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.zst android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.zip |
Diffstat (limited to '')
-rw-r--r-- | libtar/append.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtar/append.c b/libtar/append.c index dcd864984..514cf54bb 100644 --- a/libtar/append.c +++ b/libtar/append.c @@ -27,6 +27,9 @@ # include <unistd.h> #endif +#ifdef HAVE_SELINUX +#include "selinux/selinux.h" +#endif struct tar_dev { |