diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-06 16:30:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-08 13:41:14 +0100 |
commit | d6b4d1c7c42db5b53ece960c279856d96abbf216 (patch) | |
tree | 3b0a8f189d8d7f8e86303668748b6dbb5ad914b3 /src/journal-remote/journal-remote-main.c | |
parent | basic,shared: move disable_coredumps() to coredump-util.[ch] (diff) | |
download | systemd-d6b4d1c7c42db5b53ece960c279856d96abbf216.tar.xz systemd-d6b4d1c7c42db5b53ece960c279856d96abbf216.zip |
basic: move version() to build.h+c
Diffstat (limited to 'src/journal-remote/journal-remote-main.c')
-rw-r--r-- | src/journal-remote/journal-remote-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c index 0088652184..1ebcb8ddce 100644 --- a/src/journal-remote/journal-remote-main.c +++ b/src/journal-remote/journal-remote-main.c @@ -5,6 +5,7 @@ #include "sd-daemon.h" +#include "build.h" #include "conf-parser.h" #include "daemon-util.h" #include "def.h" |