diff options
Diffstat (limited to 'src/python-systemd/_journal.c')
-rw-r--r-- | src/python-systemd/_journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index cbc661d837..456e4a2796 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 <systemd/sd-journal.h> +#include "systemd/sd-journal.h" PyDoc_STRVAR(journal_sendv__doc__, "sendv('FIELD=value', 'FIELD=value', ...) -> None\n\n" |