Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
libsanitizer
/
include
/
system
/
linux
/
mroute6.h
blob: 45046020ffdf2eb48cc28cc3dab383b12c7cb14d [
file
] [
log
] [
blame
]
#include
<linux/version.h>
/* <linux/mroute6.h> has been added in 2.6.26 */
#if LINUX_VERSION_CODE >= 132634
#include_next <linux/mroute6.h>
#endif