diff options
author | Frederic Crozat <fcrozat@suse.com> | 2012-03-16 11:59:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-22 01:09:37 +0100 |
commit | 4fd052aede13eb3041277c54ac2f5dee6e6c29cf (patch) | |
tree | a78001fa71f8e01e262123dfabebe3a23b41f8b7 /src/journal/journal-file.h | |
parent | 170dcb7bd575f61aa75ce55d7fc0183ace6b8b76 (diff) |
add sparse support to detect endianness bug
le16/32/64_t type should be used when storing little-endian value
header to integrate with sparse from Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'src/journal/journal-file.h')
-rw-r--r-- | src/journal/journal-file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journal-file.h b/src/journal/journal-file.h index 4d6e140771..57d66cafc5 100644 --- a/src/journal/journal-file.h +++ b/src/journal/journal-file.h @@ -26,6 +26,7 @@ #include <systemd/sd-id128.h> +#include "sparse-endian.h" #include "journal-def.h" #include "util.h" |