am 904240bb: am e53d17c1: Merge "liblog: logprint use <endian.h> part deux"

* commit '904240bb745a1dd9fe27155808f877bfd40a287b':
  liblog: logprint use <endian.h> part deux
This commit is contained in:
Mark Salyzyn 2015-03-05 00:36:57 +00:00 committed by Android Git Automerger
commit f16675f6b9
1 changed files with 1 additions and 0 deletions

View File

@ -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>