From: Simon Horman Date: Thu, 22 Sep 2011 12:24:10 +0000 (+0900) Subject: Include in socket-util.h X-Git-Tag: v1.3.0~256 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8e47be7756c593bfd13dcd513df1cf7a90378eeb;p=sliver-openvswitch.git 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). --- 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"