summaryrefslogtreecommitdiff
path: root/src/basic/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/label.c')
-rw-r--r--src/basic/label.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/basic/label.c b/src/basic/label.c
index ed7be67b0..3556377d2 100644
--- a/src/basic/label.c
+++ b/src/basic/label.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -19,10 +17,14 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <errno.h>
+#include <sys/stat.h>
+#include <unistd.h>
+
#include "label.h"
+#include "macro.h"
#include "selinux-util.h"
#include "smack-util.h"
-#include "util.h"
int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
int r, q;