commit | c184d5655ac126c781e940f1a77a3448d2351b78 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 18 15:47:09 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 18 23:49:17 2014 +0000 |
tree | 8f7c60038711753d4cd4d759c4ecacd0c3709973 | |
parent | 12677383ae247b26225cf9c961e3fb46bcdfc6a6 [diff] [blame] |
#include <arpa/inet.h> for htonl. Not sure why this only shows up with clang. Change-Id: Id5603483e32f8a8d4b091dbb31b3142e3f77deac
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>