commit | f16675f6b939807855f02ad84b6345d58ec7bae9 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Mar 05 00:36:57 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Mar 05 00:36:57 2015 +0000 |
tree | 5355e9879103184fa0b4b82a7c2e35a6a38ecc71 | |
parent | a7a045a58605f18a7c1779061b5040c6c1bbc3e2 [diff] | |
parent | 904240bb745a1dd9fe27155808f877bfd40a287b [diff] |
am 904240bb: am e53d17c1: Merge "liblog: logprint use <endian.h> part deux" * commit '904240bb745a1dd9fe27155808f877bfd40a287b': 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>