diff --git a/TAP.c b/TAP.c index a7023ea..a2720fe 100644 --- a/TAP.c +++ b/TAP.c @@ -1,8 +1,5 @@ #include "TAP.h" -// Needed for in6_ifreq -#include - char tap_name[IFNAMSIZ]; extern bool verbose; diff --git a/TAP.h b/TAP.h index eeb6a14..07f003a 100644 --- a/TAP.h +++ b/TAP.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "Constants.h" int open_tap(void);