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
- Lines: 15
- Date:
Tue Jun 1 23:25:48 1999
- Orig file:
v2.3.4/linux/net/ipv6/ip6_output.c
- Orig date:
Thu Apr 22 19:45:20 1999
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)