aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-09-05 18:05:52 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-05 18:05:52 -0700
commit43d60661ac67c28b358f012d07587762074017fc (patch)
tree32b73ce29507e4361171a24911a17f87feac37f6 /net/ipv4/ipconfig.c
parent[ATM]: net/atm/ioctl.c should #include "common.h" (diff)
downloadlinux-dev-43d60661ac67c28b358f012d07587762074017fc.tar.xz
linux-dev-43d60661ac67c28b358f012d07587762074017fc.zip
[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>
Every file should #include the header files containing the prototypes of it's global functions. nfs_fs.h contains the prototype of root_nfs_parse_addr(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipconfig.c')
-rw-r--r--net/ipv4/ipconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c
index 63e106605f28..953129d392d2 100644
--- a/net/ipv4/ipconfig.c
+++ b/net/ipv4/ipconfig.c
@@ -54,6 +54,7 @@
#include <linux/major.h>
#include <linux/root_dev.h>
#include <linux/delay.h>
+#include <linux/nfs_fs.h>
#include <net/arp.h>
#include <net/ip.h>
#include <net/ipconfig.h>