diff options
Diffstat (limited to 'net/802')
-rw-r--r-- | net/802/llc_macinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/802/llc_macinit.c b/net/802/llc_macinit.c index a51a868f2..da47f4883 100644 --- a/net/802/llc_macinit.c +++ b/net/802/llc_macinit.c @@ -17,6 +17,8 @@ * Alan Cox : Chainsawed to Linux format * Added llc_ to names * Started restructuring handlers + * + * Horst von Brand : Add #include <linux/string.h> */ #include <linux/module.h> @@ -24,6 +26,7 @@ #include <linux/kernel.h> #include <linux/malloc.h> #include <linux/unistd.h> +#include <linux/string.h> #include <linux/netdevice.h> #include <linux/init.h> #include <net/p8022.h> |