X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Flabel.c;h=3556377d2a903946182acc9f3725845e581bee9f;hp=ed7be67b0be57a9145a7856e8f17c41b436be12d;hb=9742b1e43855b1599bd52ff95af995d9a9d35eac;hpb=da2587d5154e11d4e643e326793f3ce2cc48dee6;ds=sidebyside 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 . ***/ +#include +#include +#include + #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;