diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 14:29:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 14:29:35 -0400 |
commit | eb769f251bdbeadca6a3e3b3b857038edc0262a6 (patch) | |
tree | 55edd5db35ade612890dc6cb8ddeae28d808ef88 /src/grp-system/libcore/execute.h | |
parent | 4ad34c64825c9edc1cebbb434b914b0312891545 (diff) |
./tools/notsd-fixup
Diffstat (limited to 'src/grp-system/libcore/execute.h')
-rw-r--r-- | src/grp-system/libcore/execute.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-system/libcore/execute.h b/src/grp-system/libcore/execute.h index 68560271d4..18d6f0e4a3 100644 --- a/src/grp-system/libcore/execute.h +++ b/src/grp-system/libcore/execute.h @@ -200,7 +200,8 @@ struct ExecContext { bool no_new_privileges_set:1; }; -#include "cgroup-util.h" +#include "basic/cgroup-util.h" + #include "cgroup.h" struct ExecParameters { |