[ovs-dev] [PATCH 2/3] datapath-windows: Change include type in Iphelper.h

Alin Gabriel Serdean aserdean at ovn.org
Mon Nov 6 15:51:56 UTC 2017


Found while compiling with VS2017.

Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
---
 datapath-windows/ovsext/IpHelper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datapath-windows/ovsext/IpHelper.h b/datapath-windows/ovsext/IpHelper.h
index 6bda1b1..0556965 100644
--- a/datapath-windows/ovsext/IpHelper.h
+++ b/datapath-windows/ovsext/IpHelper.h
@@ -19,7 +19,7 @@
 
 #include <ntddk.h>
 #include <netioapi.h>
-#include <Vport.h>
+#include "Vport.h"
 
 #define OVS_FWD_HASH_TABLE_SIZE ((UINT32)1 << 10)
 #define OVS_FWD_HASH_TABLE_MASK (OVS_FWD_HASH_TABLE_SIZE - 1)
-- 
2.10.2.windows.1



More information about the dev mailing list