aboutsummaryrefslogtreecommitdiff
path: root/lib/lsm.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-03-12 15:56:40 -0600
committerRob Landley <rob@landley.net>2016-03-12 15:56:40 -0600
commit2f7c98e109b04b060649f37d5f0be67e2bd2228b (patch)
tree16bf9a04c87b24741337e0cd9e602309d2a00047 /lib/lsm.h
parent96a5ed118ce8ad1aaf7889b9eff599bb4517aa49 (diff)
downloadtoybox-2f7c98e109b04b060649f37d5f0be67e2bd2228b.tar.gz
The xattr functions were added during the 2.5 kernel, lsm.h can #include the
header unconditionally. (This fixes the warning when CP_PRESERVE disabled.)
Diffstat (limited to 'lib/lsm.h')
-rw-r--r--lib/lsm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lsm.h b/lib/lsm.h
index d7e7de9c..3a5b7ebf 100644
--- a/lib/lsm.h
+++ b/lib/lsm.h
@@ -3,6 +3,8 @@
* Copyright 2015 Rob Landley <rob@landley.net>
*/
+#include <sys/xattr.h>
+
#if CFG_TOYBOX_SELINUX
#include <selinux/selinux.h>
#else
@@ -19,7 +21,6 @@
#if CFG_TOYBOX_SMACK
#include <sys/smack.h>
-#include <sys/xattr.h>
#include <linux/xattr.h>
#else
#define XATTR_NAME_SMACK 0