summaryrefslogtreecommitdiff
path: root/src/network
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/network
parent3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (diff)
shared: add terminal-util.[ch]
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 9716499a73..69b4ab4a5c 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -41,6 +41,7 @@
#include "socket-util.h"
#include "ether-addr-util.h"
#include "verbs.h"
+#include "terminal-util.h"
static bool arg_no_pager = false;
static bool arg_legend = true;