diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
commit | e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch) | |
tree | bd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/systemd-cgtop | |
parent | aee084841b875167d9afd4984208fb9a95f89896 (diff) |
fix
Diffstat (limited to 'src/systemd-cgtop')
-rw-r--r-- | src/systemd-cgtop/cgtop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-cgtop/cgtop.c b/src/systemd-cgtop/cgtop.c index 8a6984c776..78e9950a5b 100644 --- a/src/systemd-cgtop/cgtop.c +++ b/src/systemd-cgtop/cgtop.c @@ -30,7 +30,7 @@ #include "basic/alloc-util.h" #include "sd-bus/bus-error.h" -#include "bus-util.h" +#include "shared/bus-util.h" #include "basic/cgroup-util.h" #include "basic/fd-util.h" #include "basic/fileio.h" |