Fix compile failures when CONFIG_INET is not
set.
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index 452f1a0..e6977e5 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -45,7 +45,6 @@
 #include <net/protocol.h>
 #include <net/arp.h>
 #include <net/route.h>
-#include <net/tcp.h>
 #include <net/udp.h>
 #include <net/sock.h>
 #include <net/pkt_sched.h>
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index 432a23f..2d82621 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -8,7 +8,7 @@
  *		as published by the Free Software Foundation; either version
  *		2 of the License, or (at your option) any later version.
  *
- * Version:	$Id: af_unix.c,v 1.128 2002-01-12 07:48:48 davem Exp $
+ * Version:	$Id: af_unix.c,v 1.129 2002-01-12 08:00:30 davem Exp $
  *
  * Fixes:
  *		Linus Torvalds	:	Assorted bug cures.
@@ -101,7 +101,7 @@
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
 #include <net/sock.h>
-#include <net/tcp.h>
+#include <linux/tcp.h>
 #include <net/af_unix.h>
 #include <linux/proc_fs.h>
 #include <net/scm.h>
diff --git a/net/unix/garbage.c b/net/unix/garbage.c
index 0d035c1..457515d 100644
--- a/net/unix/garbage.c
+++ b/net/unix/garbage.c
@@ -76,9 +76,9 @@
 #include <linux/netdevice.h>
 #include <linux/file.h>
 #include <linux/proc_fs.h>
+#include <linux/tcp.h>
 
 #include <net/sock.h>
-#include <net/tcp.h>
 #include <net/af_unix.h>
 #include <net/scm.h>