diff options
Diffstat (limited to 'drivers/net/veth.c')
-rw-r--r-- | drivers/net/veth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/veth.c b/drivers/net/veth.c index 5b23767ea817..ef883e97cee0 100644 --- a/drivers/net/veth.c +++ b/drivers/net/veth.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <net/dst.h> | 17 | #include <net/dst.h> |
18 | #include <net/xfrm.h> | 18 | #include <net/xfrm.h> |
19 | #include <linux/veth.h> | 19 | #include <linux/veth.h> |
20 | #include <linux/module.h> | ||
20 | 21 | ||
21 | #define DRV_NAME "veth" | 22 | #define DRV_NAME "veth" |
22 | #define DRV_VERSION "1.0" | 23 | #define DRV_VERSION "1.0" |