summaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-03-04 16:20:50 -0800
committerMark Salyzyn <salyzyn@google.com>2015-03-04 16:20:50 -0800
commitf8d62a010734c83eea11a83c167217cc48dcea52 (patch)
treea94526510ae8b8365cce0d6a27c586e2a5f8711e /liblog
parent291ce5b82d8a504be69132f1827e20041833c488 (diff)
downloadsystem_core-f8d62a010734c83eea11a83c167217cc48dcea52.zip
system_core-f8d62a010734c83eea11a83c167217cc48dcea52.tar.gz
system_core-f8d62a010734c83eea11a83c167217cc48dcea52.tar.bz2
liblog: logprint use <endian.h> part deux
Change-Id: I042194d0f5ec444dd192ee9da50d6b48d556f8ac
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>