summaryrefslogtreecommitdiff
path: root/src/cgtop
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-10 23:15:59 +0200
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-04-11 00:34:02 +0200
commit288a74cce597f81d3ba01d8a5ca7d2ba5b654b7e (patch)
tree66f8131648bd8ba51e7039f7b7be712e1a5f494e /src/cgtop
parent3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (diff)
shared: add terminal-util.[ch]
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/cgtop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c
index f951c37cbc..a390cf3256 100644
--- a/src/cgtop/cgtop.c
+++ b/src/cgtop/cgtop.c
@@ -29,6 +29,7 @@
#include <getopt.h>
#include "path-util.h"
+#include "terminal-util.h"
#include "util.h"
#include "hashmap.h"
#include "cgroup-util.h"