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/shared/condition-util.c | 2 +- src/shared/logs-show.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared') diff --git a/src/shared/condition-util.c b/src/shared/condition-util.c index b52dcc52f9..ff4a8ecd15 100644 --- a/src/shared/condition-util.c +++ b/src/shared/condition-util.c @@ -26,7 +26,7 @@ #include #include -#include +#include "systemd/sd-id128.h" #include "util.h" #include "condition-util.h" #include "virt.h" diff --git a/src/shared/logs-show.h b/src/shared/logs-show.h index 3a99160f1e..187ee595fb 100644 --- a/src/shared/logs-show.h +++ b/src/shared/logs-show.h @@ -25,7 +25,7 @@ #include #include -#include +#include "systemd/sd-journal.h" #include "util.h" #include "output-mode.h" -- cgit v1.2.3-54-g00ecf