Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d70f465 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '4d1d2cae':
  #include <arpa/inet.h> for htonl.
parents 921e4e17 4d1d2cae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#define LOG_TAG "DEBUG"

#include <arpa/inet.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>