From 8e47be7756c593bfd13dcd513df1cf7a90378eeb Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 22 Sep 2011 21:24:10 +0900 Subject: [PATCH] Include in socket-util.h This appears to be necessary to get a definition of socket_t 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 0376006f3..c00ade25a 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -18,6 +18,7 @@ #define SOCKET_UTIL_H 1 #include +#include #include #include #include "openvswitch/types.h" -- 2.43.0