From: Adrian Bunk Date: Tue, 6 Sep 2005 01:05:52 +0000 (-0700) Subject: [IPV4]: net/ipv4/ipconfig.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=43d60661ac67c28b358f012d07587762074017fc;p=linux-beck.git [IPV4]: net/ipv4/ipconfig.c should #include 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 Signed-off-by: David S. Miller --- 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 #include #include +#include #include #include #include