Re: [ovs-dev] [PATCH] stdio: fseeko for Windows.
On Wed, Mar 12, 2014 at 11:21:16AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH] stdio: fseeko for Windows.
Signed-off-by: Gurucharan Shetty --- lib/stdio.c| 12 lib/stdio.h.in |3 +++ 2 files changed, 15 insertions(+) diff --git a/lib/stdio.c b/lib/stdio.c index 49a5078..5c5c924 100644 --- a/lib/stdio.c +++ b/lib/stdio.c @@ -17,6 +17,7 @@ #include #include +#include #