Skip to content

Commit

Permalink
[NETLINK]: Restore API compatibility of address and neighbour bits
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Graf authored and David S. Miller committed Dec 9, 2006
1 parent 15b1c0e commit e07bca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/rtnetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e07bca8

Please sign in to comment.