X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpython-systemd%2F_journal.c;h=456e4a2796bbad2bd8ece51cfeaa033fe0460b2d;hb=ac45dec934b0932d03fbd498a3c6e8e90a01813f;hp=cbc661d837ad45c6786c2826dd465161547ba6e1;hpb=f0f2e63bb2d5cd27e6a2464ee46a670a3159c5da;p=elogind.git diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index cbc661d83..456e4a279 100644 --- a/src/python-systemd/_journal.c +++ b/src/python-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"