chiark / gitweb /
move imported udev into place
[elogind.git] / src / journal / journal-internal.h
index 1b64666da3e7c47c3e7be61c1200f8fe3acfb422..17f1d317c71b13ff6cbcdf0a658556045859aa88 100644 (file)
 #include <inttypes.h>
 #include <stdbool.h>
 
+#include <systemd/sd-id128.h>
+
 #include "list.h"
-#include "sd-id128.h"
 
 typedef struct Match Match;
 
 struct Match {
         char *data;
         size_t size;
-        uint64_t le_hash;
+        le64_t le_hash;
 
         LIST_FIELDS(Match, matches);
 };