From: Jonathan Pryor Date: Thu, 27 Aug 2015 20:05:41 +0000 (-0400) Subject: [MonoPosixHelper] Fix compilation for Android. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=535964dc5f1d63bc2f6ff77bfbc59cdc0015969a;p=mono.git [MonoPosixHelper] Fix compilation for Android. The Android NDK decalres the `struct timeval` struct in . Update sys-socket.c to #include to fix compilation with the Android NDK. --- diff --git a/support/sys-socket.c b/support/sys-socket.c index e6da720f21c..188df56a18e 100644 --- a/support/sys-socket.c +++ b/support/sys-socket.c @@ -8,6 +8,7 @@ */ #include +#include #include #include