mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 18:34:45 +00:00
6 lines
148 B
C
6 lines
148 B
C
|
#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
|