--- boreas/alivedetection.c.orig 2020-12-30 23:49:07.498953000 -0500 +++ boreas/alivedetection.c 2020-12-30 23:50:37.570417000 -0500 @@ -39,7 +39,12 @@ #include #include #include -#include /* for sockaddr_ll */ +#ifdef AF_LINK +# include +#endif +#ifdef AF_PACKET +# include +#endif #include #include #include