commit | 98de5958cf64f76728edafc19f07a7e01878c1ee | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 20 11:45:03 2019 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 20 12:08:33 2019 +0900 |
tree | 50c90d0f04d303ddb4ebded33676a6bd71aa0e32 | |
parent | 2356fefaf8a2c6d79546a4f1c611d40b225c018f [diff] [blame] |
Move checksum code from clatd to libnetutils. This allows us to use it elsewhere, for example, in netd. Bug: 65674744 Test: builds, boots Test: atest clatd_test clatd_microbenchmark Change-Id: Ic2cea1cd658ffd23ba9fbe45cb6b28e3b5312005
diff --git a/ipv6.c b/ipv6.c index a11dd1a..c9b547e 100644 --- a/ipv6.c +++ b/ipv6.c
@@ -19,7 +19,8 @@ #include <arpa/inet.h> -#include "checksum.h" +#include "netutils/checksum.h" + #include "config.h" #include "debug.h" #include "dump.h"