From 72af4a857c677902cdb5007ea4eb63c608215913 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 22 Sep 2011 21:24:11 +0900 Subject: [PATCH] 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). --- lib/socket-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/socket-util.h b/lib/socket-util.h index c00ade25a..10591392a 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -19,6 +19,7 @@ #include #include +#include #include #include #include "openvswitch/types.h" -- 2.43.0