Include headers when using ovs_rundir
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Tue, 22 Sep 2015 19:53:31 +0000 (19:53 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 23 Sep 2015 14:52:58 +0000 (07:52 -0700)
commit9880874b0636660d72617ec29604380896c003d7
treedacc3ce70b720c43fe5e03f29f25f0f9a302fa30
parentf821fe7f09ad0262b63c41f637aa77e02fa9ebfa
Include headers when using ovs_rundir

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 <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
lib/stream-tcp.c