commit | 1823730fbc89fadde72a7bb3b7bdf03cc7b8835c | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Aug 04 23:04:54 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:53:47 2006 -0700 |
tree | c11f23e7cc15f47d61994fc370ece9841203dec2 | |
parent | 47f68512d2685431f1781830dfcbab31bda87644 [diff] [blame] |
[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>
diff --git a/net/decnet/dn_dev.c b/net/decnet/dn_dev.c index 476455f..632c5a9 100644 --- a/net/decnet/dn_dev.c +++ b/net/decnet/dn_dev.c
@@ -34,6 +34,7 @@ #include <linux/seq_file.h> #include <linux/timer.h> #include <linux/string.h> +#include <linux/if_addr.h> #include <linux/if_arp.h> #include <linux/if_ether.h> #include <linux/skbuff.h>