tests: Fix intermittent failure in ovs-monitor-ipsec test.
[openvswitch] / datapath / vport.h
index b6b94e01052516a8146650dd118928f605b7f092..2c9c4aa1d71ffb2239c4d70a366ff4f2da160862 100644 (file)
 #define VPORT_H 1
 
 #include <linux/list.h>
+#include <linux/openvswitch.h>
 #include <linux/seqlock.h>
 #include <linux/skbuff.h>
 #include <linux/spinlock.h>
 
 #include "datapath.h"
-#include "openvswitch/datapath-protocol.h"
 
 struct vport;
 struct vport_parms;