From ae5a01798e5f5fb1b09fbd2cb1b585267a902a3c Mon Sep 17 00:00:00 2001
From: xiezhongtian <xiezhongtian@uniontech.com>
Date: Tue, 7 Sep 2021 16:42:33 +0800
Subject: [PATCH] Bug iptunnel.c headers

---
 iptunnel.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iptunnel.c b/iptunnel.c
index 5ed587c..901e557 100644
--- a/iptunnel.c
+++ b/iptunnel.c
@@ -26,7 +26,6 @@
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #include <arpa/inet.h>
 #if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1))
 #include <net/if.h>
-- 
2.18.4

