X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fcgroup-show.c;h=8ff9be876cba0a3000197f4c327a533ab5222398;hb=d896ac2d2fbce41a0b11a0618a685adeaf18b8fe;hp=fed72ac175addc2adef03b4a5f6e3907eeb4a0fb;hpb=01c94c5d0aff09b4c0e429d483c8eeba40017071;p=elogind.git diff --git a/src/shared/cgroup-show.c b/src/shared/cgroup-show.c index fed72ac17..8ff9be876 100644 --- a/src/shared/cgroup-show.c +++ b/src/shared/cgroup-show.c @@ -30,6 +30,7 @@ #include "path-util.h" #include "cgroup-util.h" #include "cgroup-show.h" +#include "terminal-util.h" static int compare(const void *a, const void *b) { const pid_t *p = a, *q = b;