diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-18 17:10:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-18 17:10:07 +0200 |
commit | 958b66ea16deddd794b3a52643bd44633e165ead (patch) | |
tree | 22e30bbfe7e3e81b12fe37cc5754342ec513e92c /src/journal/journalctl.c | |
parent | 3b920d78b4a58dd054917821734cf0aefc6232d0 (diff) |
util: split all hostname related calls into hostname-util.c
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r-- | src/journal/journalctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 627e43ba35..09f4e0fe38 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -61,6 +61,7 @@ #include "bus-util.h" #include "bus-error.h" #include "terminal-util.h" +#include "hostname-util.h" #define DEFAULT_FSS_INTERVAL_USEC (15*USEC_PER_MINUTE) |