patch-1.3.19 linux/include/net/sock.h

Next file: linux/init/main.c
Previous file: linux/include/net/netrom.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/include/net/sock.h linux/include/net/sock.h
@@ -37,15 +37,15 @@
 #include <linux/config.h>
 
 #include <linux/skbuff.h>	/* struct sk_buff */
-#include "protocol.h"		/* struct inet_protocol */
+#include <net/protocol.h>		/* struct inet_protocol */
 #ifdef CONFIG_AX25
-#include "ax25.h"
+#include <net/ax25.h>
 #ifdef CONFIG_NETROM
-#include "netrom.h"
+#include <net/netrom.h>
 #endif
 #endif
 #ifdef CONFIG_IPX
-#include "ipx.h"
+#include <net/ipx.h>
 #endif
 #ifdef CONFIG_ATALK
 #include <linux/atalk.h>

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this