summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-05-29 20:14:11 +0200
committerLennart Poettering <lennart@poettering.net>2015-05-29 20:14:11 +0200
commit24882e06c135584f16f31ba8a00fecde8b7f6fad (patch)
treeb52ea2871608f6215f5d0e0f377704bec71449b6 /src/journal-remote/journal-remote.c
parent1811232c4cc5d93cb02d93ed448a712e88e30868 (diff)
util: split out signal-util.[ch] from util.[ch]
No functional changes.
Diffstat (limited to 'src/journal-remote/journal-remote.c')
-rw-r--r--src/journal-remote/journal-remote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c
index f87a939168..911e2a178b 100644
--- a/src/journal-remote/journal-remote.c
+++ b/src/journal-remote/journal-remote.c
@@ -30,6 +30,7 @@
#include <getopt.h>
#include "sd-daemon.h"
+#include "signal-util.h"
#include "journal-file.h"
#include "journald-native.h"
#include "socket-util.h"