summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 22:31:05 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commit8b43440b7ef4b81c69c31de7ff820dc07a780254 (patch)
tree595e6dbbf92dc2bc4ae92e21e1c99b2d61146ac8 /src/network/networkctl.c
parent8fcde01280adcbd07e8205b91ac52b06305b6208 (diff)
util-lib: move string table stuff into its own string-table.[ch]
Diffstat (limited to 'src/network/networkctl.c')
-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 be679acca0..6ea9563fcf 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -39,6 +39,7 @@
#include "parse-util.h"
#include "socket-util.h"
#include "string-util.h"
+#include "string-table.h"
#include "strv.h"
#include "terminal-util.h"
#include "util.h"