Add an include

Change-Id: I0a6c64d9f1ddd9211de994fd4c6c44d53499775f
This commit is contained in:
Sophia Coldren 2023-10-06 18:46:11 +00:00
parent 37e9952c93
commit 5880692ae2

View file

@ -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/"