Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c97e375 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Include sys/select.h for fd_set" am: fb66f3d1 am: ee6b9158

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1797015

Change-Id: Ia567fd20d084877f512a4b643e0e6f356b792505
parents 7eca4ba0 ee6b9158
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@

#include "socket.h"

#ifndef _WIN32
#include <sys/select.h>
#endif

#include <android-base/errors.h>
#include <android-base/stringprintf.h>