patch-2.3.5 linux/net/ipv6/ip6_output.c

Next file: linux/net/ipv6/mcast.c
Previous file: linux/net/ipv6/ip6_fw.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.4/linux/net/ipv6/ip6_output.c linux/net/ipv6/ip6_output.c
@@ -20,11 +20,13 @@
  *				route changes now work.
  *				ip6_forward does not confuse sniffers.
  *				etc.
- *				
+ *
+ *      H. von Brand    :       Added missing #include <linux/string.h>
  */
 
 #include <linux/errno.h>
 #include <linux/types.h>
+#include <linux/string.h>
 #include <linux/socket.h>
 #include <linux/net.h>
 #include <linux/netdevice.h>

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)