Index: rtable.c =================================================================== RCS file: /cvs/src/sys/net/rtable.c,v retrieving revision 1.82 diff -u -p -r1.82 rtable.c --- rtable.c 19 Apr 2023 17:42:47 -0000 1.82 +++ rtable.c 10 Nov 2023 17:48:50 -0000 @@ -30,6 +30,7 @@ #include #include +#include /* * Structures used by rtable_get() to retrieve the corresponding Index: rtable.h =================================================================== RCS file: /cvs/src/sys/net/rtable.h,v retrieving revision 1.26 diff -u -p -r1.26 rtable.h --- rtable.h 7 Nov 2020 09:51:40 -0000 1.26 +++ rtable.h 10 Nov 2023 17:48:50 -0000 @@ -23,7 +23,6 @@ * Newer routing table implementation based on ART (Allotment Routing * Table). */ -#include #define rt_key(rt) ((rt)->rt_dest) #define rt_plen(rt) ((rt)->rt_plen) Index: if_wg.c =================================================================== RCS file: /cvs/src/sys/net/if_wg.c,v retrieving revision 1.32 diff -u -p -r1.32 if_wg.c --- if_wg.c 23 Oct 2023 10:22:05 -0000 1.32 +++ if_wg.c 10 Nov 2023 17:48:50 -0000 @@ -42,6 +42,7 @@ #include #include #include +#include #include #include