X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Ffileio-label.c;h=7282670060eb4d883c04f62e3e0e8e8e41f07a8c;hp=5fd949e1044072cd0d49eca764cf801ec4953969;hb=955baa81f8239cb338f53c7707d6d2c656c32c33;hpb=c5729796b4ec5e5f4800bfe6bd9ceb5c2da81fbe diff --git a/src/basic/fileio-label.c b/src/basic/fileio-label.c index 5fd949e10..728267006 100644 --- a/src/basic/fileio-label.c +++ b/src/basic/fileio-label.c @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - /*** This file is part of systemd. @@ -20,9 +18,11 @@ along with systemd; If not, see . ***/ +#include + #include "fileio-label.h" +//#include "fileio.h" #include "selinux-util.h" -#include "util.h" int write_string_file_atomic_label(const char *fn, const char *line) { int r;