From 6fafed183b398fb5158158d7c0db2fc879bf0a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Tue, 2 Jun 2020 14:31:55 -0700 Subject: cleanup - remove tun.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Longer term we should probably just merge the clat_config and tun_data structs, but not just yet. Test: git grep '(^|[^_])tun[.]h' comes up empty Bug: 144730808 Test: atest clatd_test netd_integration_test Signed-off-by: Maciej Żenczykowski Change-Id: I7c3a986584aa3d02519545fb928457b61247ed14 --- ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ring.c') diff --git a/ring.c b/ring.c index 96a50ca..7626c6d 100644 --- a/ring.c +++ b/ring.c @@ -24,10 +24,10 @@ #include #include +#include "config.h" #include "logging.h" #include "ring.h" #include "translate.h" -#include "tun.h" int ring_create(struct tun_data *tunnel) { // Will eventually be bound to htons(ETH_P_IPV6) protocol, -- cgit v1.2.3