diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-12-07 23:49:45 -0800 |
---|---|---|
committer | Chris Wright <chrisw@sous-sol.org> | 2006-12-11 11:32:39 -0800 |
commit | 04ff1391c82a403b5775da6e03c22559f86de091 (patch) | |
tree | 0d7fadcf3701b31572ee51849c841927f8db2893 | |
parent | d58808bcc7cb732a4f62af1105d46757d3167e57 (diff) | |
download | lwn-04ff1391c82a403b5775da6e03c22559f86de091.tar.gz lwn-04ff1391c82a403b5775da6e03c22559f86de091.zip |
[PATCH] NETLINK: Restore API compatibility of address and neighbour bits
Restore API compatibility due to bits moved from rtnetlink.h to
separate headers.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
-rw-r--r-- | include/linux/rtnetlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 3a18addaed4c..29042d0393d6 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -3,6 +3,8 @@ #include <linux/netlink.h> #include <linux/if_link.h> +#include <linux/if_addr.h> +#include <linux/neighbour.h> /**** * Routing/neighbour discovery messages. |