Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3233a144 authored by Nucca Chen's avatar Nucca Chen Committed by Automerger Merge Worker
Browse files

tun_forwarder: change the path of header file checksum.h am: cb21b7b9 am:...

tun_forwarder: change the path of header file checksum.h am: cb21b7b9 am: 2e50dd3e am: 18ec81a9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1921637

Change-Id: I1d03dcd7671d5cc32966b1d65f849c765e9ab1aa
parents 4b9a1714 18ec81a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <android-base/logging.h>

extern "C" {
#include <netutils/checksum.h>
#include <checksum.h>
}

using android::base::Error;