diff mbox series

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

Message ID 20171106155157.12560-3-aserdean@ovn.org
State Accepted
Headers show
Series Fixes while compiling with 1709 and VS2017 | expand

Commit Message

Alin-Gabriel Serdean Nov. 6, 2017, 3:51 p.m. UTC
Found while compiling with VS2017.

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

Patch

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)