Commit e5144de521417b0f0eea74ece89acd437ecd32c9
1 parent
5c6aa2badf
Exists in
master
and in
7 other branches
headers_check fix: linux/ipv6_route.h
fix the following 'make headers_check' warning: usr/include/linux/ipv6_route.h:42: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
include/linux/ipv6_route.h
... | ... | @@ -13,6 +13,8 @@ |
13 | 13 | #ifndef _LINUX_IPV6_ROUTE_H |
14 | 14 | #define _LINUX_IPV6_ROUTE_H |
15 | 15 | |
16 | +#include <linux/types.h> | |
17 | + | |
16 | 18 | #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ |
17 | 19 | #define RTF_ALLONLINK 0x00020000 /* (deprecated and will be removed) |
18 | 20 | fallback, no routers on link */ |