From a68a57ed71e89c124d781bdae49f8adf8b900227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-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. --- systemd/_daemon.c | 2 +- systemd/_journal.c | 2 +- systemd/_reader.c | 2 +- systemd/id128.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/systemd/_daemon.c b/systemd/_daemon.c index 7756a78..65cfec7 100644 --- a/systemd/_daemon.c +++ b/systemd/_daemon.c @@ -29,7 +29,7 @@ #include #include -#include +#include "systemd/sd-daemon.h" #include "pyutil.h" #include "macro.h" diff --git a/systemd/_journal.c b/systemd/_journal.c index cbc661d..456e4a2 100644 --- a/systemd/_journal.c +++ b/systemd/_journal.c @@ -25,7 +25,7 @@ #include "util.h" #define SD_JOURNAL_SUPPRESS_LOCATION -#include +#include "systemd/sd-journal.h" PyDoc_STRVAR(journal_sendv__doc__, "sendv('FIELD=value', 'FIELD=value', ...) -> None\n\n" diff --git a/systemd/_reader.c b/systemd/_reader.c index 9a19a10..d17aa83 100644 --- a/systemd/_reader.c +++ b/systemd/_reader.c @@ -25,7 +25,7 @@ #include #include -#include +#include "systemd/sd-journal.h" #include "pyutil.h" #include "macro.h" diff --git a/systemd/id128.c b/systemd/id128.c index 6dadf7b..5ec7309 100644 --- a/systemd/id128.c +++ b/systemd/id128.c @@ -21,7 +21,7 @@ #include -#include +#include "systemd/sd-messages.h" #include "pyutil.h" #include "log.h" -- cgit v1.2.1