commit | f8d62a010734c83eea11a83c167217cc48dcea52 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Mar 04 16:20:50 2015 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Mar 04 16:20:50 2015 -0800 |
tree | a94526510ae8b8365cce0d6a27c586e2a5f8711e | |
parent | 291ce5b82d8a504be69132f1827e20041833c488 [diff] |
liblog: logprint use <endian.h> part deux Change-Id: I042194d0f5ec444dd192ee9da50d6b48d556f8ac
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>