diff options
Diffstat (limited to 'include/linux/neighbour.h')
-rw-r--r-- | include/linux/neighbour.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h index bd3bbf668cd..12c9de13845 100644 --- a/include/linux/neighbour.h +++ b/include/linux/neighbour.h @@ -1,6 +1,7 @@ #ifndef __LINUX_NEIGHBOUR_H #define __LINUX_NEIGHBOUR_H +#include <linux/types.h> #include <linux/netlink.h> struct ndmsg @@ -30,6 +31,7 @@ enum * Neighbor Cache Entry Flags */ +#define NTF_USE 0x01 #define NTF_PROXY 0x08 /* == ATF_PUBL */ #define NTF_ROUTER 0x80 |