From 4aedc35f334fda5224d47cd198b6edb94a2c5508 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Sun, 15 Dec 2024 18:08:44 +0200 Subject: [PATCH] Cleaned up --- TAP.c | 3 --- TAP.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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);