From 5880692ae2dc37cd0c5d3bb7722b2cf55cc0b300 Mon Sep 17 00:00:00 2001 From: Sophia Coldren Date: Fri, 6 Oct 2023 18:46:11 +0000 Subject: [PATCH] Add an include Change-Id: I0a6c64d9f1ddd9211de994fd4c6c44d53499775f --- libcutils/socket_local_unix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcutils/socket_local_unix.h b/libcutils/socket_local_unix.h index 45b9856b6..ea98c0815 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 + #define FILESYSTEM_SOCKET_PREFIX "/tmp/" #define ANDROID_RESERVED_SOCKET_PREFIX "/dev/socket/"