From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- .../grp-remote/systemd-journal-remote/journal-remote-write.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grp-journal/grp-remote/systemd-journal-remote/journal-remote-write.h') diff --git a/src/grp-journal/grp-remote/systemd-journal-remote/journal-remote-write.h b/src/grp-journal/grp-remote/systemd-journal-remote/journal-remote-write.h index 53ba45fc04..a61434ca75 100644 --- a/src/grp-journal/grp-remote/systemd-journal-remote/journal-remote-write.h +++ b/src/grp-journal/grp-remote/systemd-journal-remote/journal-remote-write.h @@ -19,7 +19,7 @@ along with systemd; If not, see . ***/ -#include "journal-file.h" +#include "sd-journal/journal-file.h" typedef struct RemoteServer RemoteServer; -- cgit v1.2.3-54-g00ecf