summaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-03-05 00:23:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-05 00:23:21 +0000
commite53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d (patch)
treea94526510ae8b8365cce0d6a27c586e2a5f8711e /liblog
parent291ce5b82d8a504be69132f1827e20041833c488 (diff)
parentf8d62a010734c83eea11a83c167217cc48dcea52 (diff)
downloadsystem_core-e53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d.zip
system_core-e53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d.tar.gz
system_core-e53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d.tar.bz2
Merge "liblog: logprint use <endian.h> part deux"
Diffstat (limited to 'liblog')
-rw-r--r--liblog/logprint.c1
1 files changed, 1 insertions, 0 deletions
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>