summaryrefslogtreecommitdiffstats
path: root/xlators/features/selinux/src/selinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/selinux/src/selinux.h')
-rw-r--r--xlators/features/selinux/src/selinux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/selinux/src/selinux.h b/xlators/features/selinux/src/selinux.h
index 2ff57b5080a..1bbdad3bb36 100644
--- a/xlators/features/selinux/src/selinux.h
+++ b/xlators/features/selinux/src/selinux.h
@@ -10,13 +10,13 @@
#ifndef __SELINUX_H__
#define __SELINUX_H__
-#include "common-utils.h"
+#include <glusterfs/common-utils.h>
#define SELINUX_XATTR "security.selinux"
#define SELINUX_GLUSTER_XATTR "trusted.glusterfs.selinux"
struct selinux_priv {
- gf_boolean_t selinux_enabled;
+ gf_boolean_t selinux_enabled;
};
typedef struct selinux_priv selinux_priv_t;