commit | b8b6762c0f4cf12785cfca8ca831088f2c2a88c7 | [log] [tgz] |
---|---|---|
author | Sophia Coldren <coldren@google.com> | Fri Oct 06 22:20:18 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 06 22:20:18 2023 +0000 |
tree | 073d63d35f8b3e131cee6aa337c68ab2e3a2a289 | |
parent | 64b2a1f45353a62a9bd68d5e4905e6666d0dd019 [diff] | |
parent | b9a6391c7ad3b3504590ae6580cf8f959aafe551 [diff] |
Merge "Add an include" into main am: d32b562ee9 am: b9a6391c7a Original change: https://android-review.googlesource.com/c/platform/system/core/+/2776100 Change-Id: Idc07d918374285c734ccef6bdffe8e4ed9134998 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libcutils/socket_local_unix.h b/libcutils/socket_local_unix.h index 45b9856..ea98c08 100644 --- a/libcutils/socket_local_unix.h +++ b/libcutils/socket_local_unix.h
@@ -17,6 +17,8 @@ #ifndef __SOCKET_LOCAL_H #define __SOCKET_LOCAL_H +#include <sys/socket.h> + #define FILESYSTEM_SOCKET_PREFIX "/tmp/" #define ANDROID_RESERVED_SOCKET_PREFIX "/dev/socket/"