xref: /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/system/linux/mroute6.h (revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
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