From: Simon Horman Date: Thu, 22 Sep 2011 12:24:11 +0000 (+0900) Subject: Include in socket-util.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72af4a857c677902cdb5007ea4eb63c608215913;p=openvswitch Include in socket-util.h sys/time.h appears to be required for a definition of timespec on Android. Observed when compiling using the Android NDK r6b (Android API level 13). --- diff --git a/lib/socket-util.h b/lib/socket-util.h index c00ade25..10591392 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -19,6 +19,7 @@ #include #include +#include #include #include #include "openvswitch/types.h"