summaryrefslogtreecommitdiffstats
path: root/libtar
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-02-11 18:44:06 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-12 16:15:11 +0100
commit50381976ff146d25f71c800ebda18a02be456fa2 (patch)
treeb064ea9396bf9df9e586509d8c25dcb4eeec7479 /libtar
parentAdd rule to make libopenaes_static (diff)
downloadandroid_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 'libtar')
-rw-r--r--libtar/append.c3
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
{