chiark / gitweb /
Always prefer our headers to system headers
[elogind.git] / src / python-systemd / _journal.c
index cbc661d837ad45c6786c2826dd465161547ba6e1..456e4a2796bbad2bd8ece51cfeaa033fe0460b2d 100644 (file)
@@ -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"