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

Commit ca6a5db0 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 am: 0c97e375 am: 78452319

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

Change-Id: I2df6f681bcbbbacd4396ac22390ee7432cf0ac87
parents c0f8ca82 78452319
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>