am 4d1d2cae: Merge "#include <arpa/inet.h> for htonl."

* commit '4d1d2cae1c21288fded746121e4c98919c549974':
  #include <arpa/inet.h> for htonl.
diff --git a/debuggerd/Android.mk b/debuggerd/Android.mk
index 1b8b98d..0cf2818 100644
--- a/debuggerd/Android.mk
+++ b/debuggerd/Android.mk
@@ -28,6 +28,8 @@
     liblog \
     libselinux \
 
+LOCAL_CLANG := true
+
 LOCAL_MODULE := debuggerd
 LOCAL_MODULE_STEM_32 := debuggerd
 LOCAL_MODULE_STEM_64 := debuggerd64
diff --git a/debuggerd/tombstone.cpp b/debuggerd/tombstone.cpp
index 0c1b80f..38e9d17 100644
--- a/debuggerd/tombstone.cpp
+++ b/debuggerd/tombstone.cpp
@@ -16,6 +16,7 @@
 
 #define LOG_TAG "DEBUG"
 
+#include <arpa/inet.h>
 #include <dirent.h>
 #include <errno.h>
 #include <fcntl.h>