Cleaned up

This commit is contained in:
Tristan Brice Velloza Kildaire
2024-12-15 18:08:44 +02:00
parent 4c1cd7659d
commit 4aedc35f33
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -1,8 +1,5 @@
#include "TAP.h"
// Needed for in6_ifreq
#include <linux/ipv6.h>
char tap_name[IFNAMSIZ];
extern bool verbose;
+1
View File
@@ -9,6 +9,7 @@
#include <linux/if_tun.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <linux/ipv6.h>
#include "Constants.h"
int open_tap(void);