commit | d32b562ee9320e740660f6465525d8122e1cbd71 | [log] [tgz] |
---|---|---|
author | Sophia Coldren <coldren@google.com> | Fri Oct 06 21:14:22 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 06 21:14:22 2023 +0000 |
tree | 073d63d35f8b3e131cee6aa337c68ab2e3a2a289 | |
parent | 37e9952c93ae47168de4be7925ac7e8a7c545a71 [diff] | |
parent | 5880692ae2dc37cd0c5d3bb7722b2cf55cc0b300 [diff] |
Merge "Add an include" into main
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/"