commit | c975c6ef4d28187d7375a11dba33eacb84364e31 | [log] [tgz] |
---|---|---|
author | Sophia Coldren <coldren@google.com> | Fri Oct 06 22:55:42 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 06 22:55:42 2023 +0000 |
tree | 073d63d35f8b3e131cee6aa337c68ab2e3a2a289 | |
parent | 2c913b7ea57e124ccab757a5019ae67a9ee52a98 [diff] | |
parent | b8b6762c0f4cf12785cfca8ca831088f2c2a88c7 [diff] |
Merge "Add an include" into main am: d32b562ee9 am: b9a6391c7a am: b8b6762c0f Original change: https://android-review.googlesource.com/c/platform/system/core/+/2776100 Change-Id: I14845b88353700ef0319bc14af941beb5bf8fc0c 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/"