commit | 6221f6ed75ff04216d40d2ebb5e8e1b287d27e22 | [log] [tgz] |
---|---|---|
author | Sophia Coldren <coldren@google.com> | Sat Oct 07 00:48:01 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Oct 07 00:48:01 2023 +0000 |
tree | fb52d910b43f5d3d6c7c609d6e41bf145341954b | |
parent | 91197aea77ccfd89dff2bdd98f01555cbaaedda8 [diff] | |
parent | 4111484a923577c75cdb80fc965bb33d7ea80c14 [diff] |
Merge "Add an include" into main am: d32b562ee9 am: b9a6391c7a am: b8b6762c0f am: c975c6ef4d am: 4111484a92 Original change: https://android-review.googlesource.com/c/platform/system/core/+/2776100 Change-Id: I366cccdc8e54130db1d9bbde2957956b631bbf02 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/"