From 55d2bf5bef0a04bd976b35f968598637e26e95ed Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 21 Sep 2022 21:15:02 +0000 Subject: Use route.h from glibc Unfortunately the Linux source also uses , so we have to both make that include the glibc-provided one, and avoid making it emit Linuxish definitions when they would conflict with glibc definitions. --- pfinet/linux-src/include/net/route.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pfinet/linux-src') diff --git a/pfinet/linux-src/include/net/route.h b/pfinet/linux-src/include/net/route.h index 40aabdf6..e9ca2fee 100644 --- a/pfinet/linux-src/include/net/route.h +++ b/pfinet/linux-src/include/net/route.h @@ -20,6 +20,9 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ + +#include_next + #ifndef _ROUTE_H #define _ROUTE_H -- cgit v1.2.3