@@ -, +, @@ --- src/shared/label.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/src/shared/label.c +++ a/src/shared/label.c @@ -23,6 +23,11 @@ #include #include +#ifdef HAVE_SELINUX +#include +#include +#endif + #include "label.h" #include "util.h" #include "path-util.h" --