summaryrefslogtreecommitdiff
path: root/src/network/netdev/veth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/netdev/veth.h')
-rw-r--r--src/network/netdev/veth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/netdev/veth.h b/src/network/netdev/veth.h
index 0bb9947bbd..6a0728b1c4 100644
--- a/src/network/netdev/veth.h
+++ b/src/network/netdev/veth.h
@@ -3,7 +3,7 @@
typedef struct Veth Veth;
-#include "netdev/netdev.h"
+#include "netdev.h"
struct Veth {
NetDev meta;