xref: /netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/system/linux/mroute6.h (revision 4d5abbe83f525258eb479e5fca29f25cb943f379)
1 #include <linux/version.h>
2 /* <linux/mroute6.h> has been added in 2.6.26 */
3 #if LINUX_VERSION_CODE >= 132634
4 #include_next <linux/mroute6.h>
5 #endif
6