chiark / gitweb /
resolved: if there's already an RR established that has the same name of an RR to...
[elogind.git] / src / journal / journal-file.h
index b0c28b5e8318cec523995b3c5964e9ac94cafa0d..3d416820b0ac9a0d92bf55b51c4b2b4fe2ae4a0b 100644 (file)
@@ -27,7 +27,7 @@
 #include <gcrypt.h>
 #endif
 
-#include <systemd/sd-id128.h>
+#include "systemd/sd-id128.h"
 
 #include "sparse-endian.h"
 #include "journal-def.h"
@@ -80,7 +80,7 @@ typedef struct JournalFile {
 
 #ifdef HAVE_XZ
         void *compress_buffer;
-        uint64_t compress_buffer_size;
+        size_t compress_buffer_size;
 #endif
 
 #ifdef HAVE_GCRYPT