]> git.proxmox.com Git - mirror_ovs.git/commitdiff
datapath-windows: Change include type in Iphelper.h
authorAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 6 Nov 2017 15:51:56 +0000 (17:51 +0200)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 8 Jan 2018 14:49:01 +0000 (16:49 +0200)
Found while compiling with VS2017.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/IpHelper.h

index 6bda1b12a5a5e60302e0eac39149a3b3841b78dd..0556965cca5abe487db0dc450f2101e6e830b876 100644 (file)
@@ -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)