summaryrefslogtreecommitdiffstats
path: root/libtar
diff options
context:
space:
mode:
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
{