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

Commit cb21b7b9 authored by Nucca Chen's avatar Nucca Chen
Browse files

tun_forwarder: change the path of header file checksum.h

Since name of libipchecksum is changed to libip_checksum in Android.bp,
change the header path.

Change-Id: I8a40ce98a7d3029c10c7d1730e259c1784bd2e22
Test: m
parent a8106a2e
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;