summaryrefslogtreecommitdiff
path: root/systemd/_journal.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-31 04:15:29 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 14:19:22 -0400
commita68a57ed71e89c124d781bdae49f8adf8b900227 (patch)
treede7b48167dbba5d99ad8158eac3dfadb981ab23f /systemd/_journal.c
parent4398250261f189dace230eceb18209fc6e37aef4 (diff)
downloadpython-systemd-a68a57ed71e89c124d781bdae49f8adf8b900227.tar.gz
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.
Diffstat (limited to 'systemd/_journal.c')
-rw-r--r--systemd/_journal.c2
1 files changed, 1 insertions, 1 deletions
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 <systemd/sd-journal.h>
+#include "systemd/sd-journal.h"
PyDoc_STRVAR(journal_sendv__doc__,
"sendv('FIELD=value', 'FIELD=value', ...) -> None\n\n"