commit | e53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d | [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 | 291ce5b82d8a504be69132f1827e20041833c488 [diff] | |
parent | f8d62a010734c83eea11a83c167217cc48dcea52 [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>