patch-2.3.5 linux/net/802/llc_macinit.c
Next file: linux/net/core/datagram.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Jun 1 23:25:48 1999
- Orig file:
v2.3.4/linux/net/802/llc_macinit.c
- Orig date:
Fri Feb 20 18:28:23 1998
diff -u --recursive --new-file v2.3.4/linux/net/802/llc_macinit.c linux/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>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)