summaryrefslogtreecommitdiff
path: root/src/network/netdev/vxlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/netdev/vxlan.h')
-rw-r--r--src/network/netdev/vxlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/netdev/vxlan.h b/src/network/netdev/vxlan.h
index 0c61bba2b8..cf8ae8845e 100644
--- a/src/network/netdev/vxlan.h
+++ b/src/network/netdev/vxlan.h
@@ -6,7 +6,7 @@ typedef struct VxLan VxLan;
#include <linux/if_link.h>
#include "in-addr-util.h"
-#include "netdev/netdev.h"
+#include "netdev.h"
#define VXLAN_VID_MAX (1u << 24) - 1
#define VXLAN_FLOW_LABEL_MAX_MASK 0xFFFFFU