#include <arpa/inet.h> for htonl.
Not sure why this only shows up with clang. Change-Id: Id5603483e32f8a8d4b091dbb31b3142e3f77deac
This commit is contained in:
parent
12677383ae
commit
c184d5655a
|
@ -28,6 +28,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
liblog \
|
||||
libselinux \
|
||||
|
||||
LOCAL_CLANG := true
|
||||
|
||||
LOCAL_MODULE := debuggerd
|
||||
LOCAL_MODULE_STEM_32 := debuggerd
|
||||
LOCAL_MODULE_STEM_64 := debuggerd64
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#define LOG_TAG "DEBUG"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue