diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-05 01:08:08 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-05 01:08:08 +0000 |
| commit | 9dad7a67345b52824de556d802da2ae7a56baa69 (patch) | |
| tree | ab35db00ba507142ac2f9307bb79478815e933ff /ring.c | |
| parent | 2e2dca688afe4b8f7b99d46ce935aa50310463fc (diff) | |
| parent | 2d35cdbd89f59011f4340617ec2b206dc3446b1a (diff) | |
| download | platform_external_android-clat-9dad7a67345b52824de556d802da2ae7a56baa69.tar.gz platform_external_android-clat-9dad7a67345b52824de556d802da2ae7a56baa69.tar.bz2 platform_external_android-clat-9dad7a67345b52824de556d802da2ae7a56baa69.zip | |
Snap for 6560464 from 2d35cdbd89f59011f4340617ec2b206dc3446b1a to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-release
Change-Id: I0ab1717601a2a2aedcdef60f122c084beb24a067
Diffstat (limited to 'ring.c')
| -rw-r--r-- | ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,10 +24,10 @@ #include <sys/mman.h> #include <sys/socket.h> +#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, |
