X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpython-systemd%2F_journal.c;h=456e4a2796bbad2bd8ece51cfeaa033fe0460b2d;hb=baade8cc237c37bd8905d86ec6e9c7872d4abe03;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"