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

Commit fb66f3d1 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Include sys/select.h for fd_set"

parents b33cfbfc cbca269d
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>