Re: [ovs-dev] [PATCH 4/7] Include headers when using ovs_rundir

2015-09-28 Thread Ben Pfaff
On Tue, Sep 22, 2015 at 07:53:31PM +, Alin Serdean wrote: > This patch adds an additional include file while compiling under MSVC. > > Found by compiling under MSVC x64 and hitting the following problem: > http://stackoverflow.com/questions/23144151/64-bit-function-returns-32-bit-pointer > >

Re: [ovs-dev] [PATCH 4/7] Include headers when using ovs_rundir

2015-09-23 Thread Gurucharan Shetty
On Tue, Sep 22, 2015 at 12:53 PM, Alin Serdean wrote: > This patch adds an additional include file while compiling under MSVC. > > Found by compiling under MSVC x64 and hitting the following problem: > http://stackoverflow.com/questions/23144151/64-bit-function-returns-32-bit-pointer > > Signed-of

[ovs-dev] [PATCH 4/7] Include headers when using ovs_rundir

2015-09-22 Thread Alin Serdean
This patch adds an additional include file while compiling under MSVC. Found by compiling under MSVC x64 and hitting the following problem: http://stackoverflow.com/questions/23144151/64-bit-function-returns-32-bit-pointer Signed-off-by: Alin Gabriel Serdean --- lib/stream-tcp.c | 2 ++ 1 file