From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- src/systemd-nspawn/nspawn-cgroup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/systemd-nspawn/nspawn-cgroup.c') diff --git a/src/systemd-nspawn/nspawn-cgroup.c b/src/systemd-nspawn/nspawn-cgroup.c index 67c86303e5..d0e2de2345 100644 --- a/src/systemd-nspawn/nspawn-cgroup.c +++ b/src/systemd-nspawn/nspawn-cgroup.c @@ -24,11 +24,12 @@ #include "basic/fd-util.h" #include "basic/fileio.h" #include "basic/mkdir.h" -#include "nspawn-cgroup.h" #include "basic/string-util.h" #include "basic/strv.h" #include "basic/util.h" +#include "nspawn-cgroup.h" + int chown_cgroup(pid_t pid, uid_t uid_shift) { _cleanup_free_ char *path = NULL, *fs = NULL; _cleanup_close_ int fd = -1; -- cgit v1.2.3-54-g00ecf