[NET]: Fix "sysctl_net.c:36: error: 'core_table' undeclared here"
[powerpc.git] / net / sysctl_net.c
index c5241fc..55538f6 100644 (file)
@@ -16,6 +16,8 @@
 #include <linux/mm.h>
 #include <linux/sysctl.h>
 
+#include <net/sock.h>
+
 #ifdef CONFIG_INET
 #include <net/ip.h>
 #endif