summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.localdomain>2008-06-17 00:00:05 +0200
committerThomas Graf <tgr@lsx.localdomain>2008-06-17 00:00:05 +0200
commit473e68e41a34b33698c1325fc0018c36c170dad5 (patch)
tree384212d6e9a6fd7b3830c9fbc4cdaa22661ec5fe /include
parent7072675b40b611279466756ef800cc5dbee92c54 (diff)
downloadandroid_external_libnl-473e68e41a34b33698c1325fc0018c36c170dad5.tar.gz
android_external_libnl-473e68e41a34b33698c1325fc0018c36c170dad5.tar.bz2
android_external_libnl-473e68e41a34b33698c1325fc0018c36c170dad5.zip
Need <linux/in_route.h>
Diffstat (limited to 'include')
-rw-r--r--include/netlink/route/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink/route/route.h b/include/netlink/route/route.h
index 488ecc4..5729cd7 100644
--- a/include/netlink/route/route.h
+++ b/include/netlink/route/route.h
@@ -18,6 +18,7 @@
#include <netlink/data.h>
#include <netlink/route/nexthop.h>
#include <netlink/route/rtnl.h>
+#include <linux/in_route.h>
#ifdef __cplusplus
extern "C" {