From 73f860db9893deab6aebceb53dd7d0deb662e832 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 31 Jul 2014 04:15:29 -0400 Subject: Always prefer our headers to system headers In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them. --- src/journal/journald.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/journal/journald.c') diff --git a/src/journal/journald.c b/src/journal/journald.c index d6b235c12b..b1a0e25d0c 100644 --- a/src/journal/journald.c +++ b/src/journal/journald.c @@ -24,9 +24,9 @@ #include #include -#include -#include -#include +#include "systemd/sd-journal.h" +#include "systemd/sd-messages.h" +#include "systemd/sd-daemon.h" #include "journal-authenticate.h" #include "journald-server.h" -- cgit v1.2.3-54-g00ecf