summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-08-04 23:04:54 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:53:47 -0700
commit1823730fbc89fadde72a7bb3b7bdf03cc7b8835c (patch)
treec11f23e7cc15f47d61994fc370ece9841203dec2 /net/core/rtnetlink.c
parent47f68512d2685431f1781830dfcbab31bda87644 (diff)
[IPv4]: Move interface address bits to linux/if_addr.h
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/rtnetlink.c')
-rw-r--r--net/core/rtnetlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index aa7cff2257b1..35712031e2c3 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -35,6 +35,7 @@
#include <linux/init.h>
#include <linux/security.h>
#include <linux/mutex.h>
+#include <linux/if_addr.h>
#include <asm/uaccess.h>
#include <asm/system.h>