chiark / gitweb /
bus: fix bus_print_property() to use "int" for booleans
[elogind.git] / src / journal / journal-internal.h
index 3355fca6b8b3885063867d9f52a8aaef749d219f..2f1f7fc771d1cce8698ab89e687c418afe5bbc48 100644 (file)
@@ -25,7 +25,7 @@
 #include <inttypes.h>
 #include <stdbool.h>
 
-#include <systemd/sd-id128.h>
+#include "systemd/sd-id128.h"
 
 #include "journal-def.h"
 #include "list.h"
@@ -98,6 +98,7 @@ struct Directory {
 
 struct sd_journal {
         char *path;
+        char *prefix;
 
         Hashmap *files;
         MMapCache *mmap;