diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 20:14:27 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 21:59:11 -0400 |
commit | ca29469b09faeb453e33619a99780964256777bf (patch) | |
tree | 8ed3c952cd74f84e72a2d7949319da00dfae3f12 /src/systemd-nspawn/nspawn-mount.h | |
parent | 13d170a533b49490fc294bd727685cd087f0b070 (diff) |
Diffstat (limited to 'src/systemd-nspawn/nspawn-mount.h')
-rw-r--r-- | src/systemd-nspawn/nspawn-mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn-mount.h b/src/systemd-nspawn/nspawn-mount.h index 8601dfdad3..d7ac8181a3 100644 --- a/src/systemd-nspawn/nspawn-mount.h +++ b/src/systemd-nspawn/nspawn-mount.h @@ -22,7 +22,7 @@ #include <stdbool.h> #include <sys/types.h> -#include "systemd-basic/cgroup-util.h" +#include "systemd-basic/cgroup2-util.h" typedef enum VolatileMode { VOLATILE_NO, |