commit | 4a9b938e9d585d8ca0418785ddc86e626c9cebc6 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Mar 05 00:23:21 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 05 00:23:21 2015 +0000 |
tree | a94526510ae8b8365cce0d6a27c586e2a5f8711e | |
parent | a626d68706b8843b61389e22f21f7be369a815f9 [diff] | |
parent | ed579f64e1ec62297aa37b81b3d0a42c32a86e62 [diff] |
Merge "liblog: logprint use <endian.h> part deux"
diff --git a/liblog/logprint.c b/liblog/logprint.c index 8093a4c..b5145fd 100644 --- a/liblog/logprint.c +++ b/liblog/logprint.c
@@ -20,6 +20,7 @@ #include <arpa/inet.h> #include <assert.h> #include <ctype.h> +#include <endian.h> #include <errno.h> #include <stdbool.h> #include <stdint.h>