commit | 66452f566b54a4c5243892332b3e02de62f373e5 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed May 17 11:35:08 2023 -0700 |
committer | Patrick Rohr <prohr@google.com> | Wed May 17 11:43:02 2023 -0700 |
tree | 438a429e39b8c3b73f692b24bae101fb3e5ae5fc | |
parent | 5b9c8cbeffd1253ecdf51b2f2be878063c6c8b81 [diff] [blame] |
bpf_headers: rename KernelVersion.h to KernelUtils.h Test: TH Change-Id: Ifacc159c19a8fcb64b571295b945fb9fca82496a
diff --git a/staticlibs/native/tcutils/tcutils.cpp b/staticlibs/native/tcutils/tcutils.cpp index 37a7ec8..c82390f 100644 --- a/staticlibs/native/tcutils/tcutils.cpp +++ b/staticlibs/native/tcutils/tcutils.cpp
@@ -19,7 +19,7 @@ #include "tcutils/tcutils.h" #include "logging.h" -#include "bpf/KernelVersion.h" +#include "bpf/KernelUtils.h" #include "scopeguard.h" #include <arpa/inet.h>