diff options
Diffstat (limited to 'src/shared/label.h')
-rw-r--r-- | src/shared/label.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/label.h b/src/shared/label.h index 3428a8bb7a..8070bcb021 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -21,8 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "selinux-util.h" -#include "smack-util.h" +#include <stdbool.h> +#include <sys/types.h> int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs); |