aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6_route.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 21:47:52 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:59:12 +0530
commite5144de521417b0f0eea74ece89acd437ecd32c9 (patch)
treef9c04ef33abe7714977d9b44040d7edb513ed548 /include/linux/ipv6_route.h
parent5c6aa2badf1b97ead5ffec8094f0c6236e0c07c5 (diff)
downloadkernel_samsung_smdk4412-e5144de521417b0f0eea74ece89acd437ecd32c9.zip
kernel_samsung_smdk4412-e5144de521417b0f0eea74ece89acd437ecd32c9.tar.gz
kernel_samsung_smdk4412-e5144de521417b0f0eea74ece89acd437ecd32c9.tar.bz2
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>
Diffstat (limited to 'include/linux/ipv6_route.h')
-rw-r--r--include/linux/ipv6_route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipv6_route.h b/include/linux/ipv6_route.h
index b323ff5..1e7d8af 100644
--- a/include/linux/ipv6_route.h
+++ b/include/linux/ipv6_route.h
@@ -13,6 +13,8 @@
#ifndef _LINUX_IPV6_ROUTE_H
#define _LINUX_IPV6_ROUTE_H
+#include <linux/types.h>
+
#define RTF_DEFAULT 0x00010000 /* default - learned via ND */
#define RTF_ALLONLINK 0x00020000 /* (deprecated and will be removed)
fallback, no routers on link */