diff options
Diffstat (limited to 'net/appletalk/aarp.c')
-rw-r--r-- | net/appletalk/aarp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c index d0b7be15dbb9..d27b86dfb0e9 100644 --- a/net/appletalk/aarp.c +++ b/net/appletalk/aarp.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <linux/proc_fs.h> | 40 | #include <linux/proc_fs.h> |
41 | #include <linux/seq_file.h> | 41 | #include <linux/seq_file.h> |
42 | #include <linux/export.h> | 42 | #include <linux/export.h> |
43 | #include <linux/etherdevice.h> | ||
43 | 44 | ||
44 | int sysctl_aarp_expiry_time = AARP_EXPIRY_TIME; | 45 | int sysctl_aarp_expiry_time = AARP_EXPIRY_TIME; |
45 | int sysctl_aarp_tick_time = AARP_TICK_TIME; | 46 | int sysctl_aarp_tick_time = AARP_TICK_TIME; |