2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

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>
This commit is contained in:
Alin Serdean
2015-09-22 19:53:31 +00:00
committed by Gurucharan Shetty
parent f821fe7f09
commit 9880874b06

View File

@@ -76,6 +76,8 @@ const struct stream_class tcp_stream_class = {
};
#ifdef _WIN32
#include "dirs.h"
static int
windows_open(const char *name, char *suffix, struct stream **streamp,
uint8_t dscp)