commit | 5880692ae2dc37cd0c5d3bb7722b2cf55cc0b300 | [log] [tgz] |
---|---|---|
author | Sophia Coldren <coldren@google.com> | Fri Oct 06 18:46:11 2023 +0000 |
committer | Sophia Coldren <coldren@google.com> | Fri Oct 06 18:46:17 2023 +0000 |
tree | 073d63d35f8b3e131cee6aa337c68ab2e3a2a289 | |
parent | 37e9952c93ae47168de4be7925ac7e8a7c545a71 [diff] |
Add an include Change-Id: I0a6c64d9f1ddd9211de994fd4c6c44d53499775f
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/"