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

Commit 78452319 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

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

Change-Id: If1354a0a0422ad9ff553655eb402ddd0e315b3f7
parents 7cd1e84e 0c97e375
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>