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

* commit 'e53d17c15fd5b532f651fd6d6f5d2e9bd7c68a6d':
  liblog: logprint use <endian.h> part deux
This commit is contained in:
Mark Salyzyn 2015-03-05 00:29:54 +00:00 committed by Android Git Automerger
commit 904240bb74
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>