commit | 6776e3b02b0799e0b7afdf914162193fefea1e50 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Sat Dec 10 12:18:23 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Dec 19 09:59:25 2022 -0800 |
tree | 0b5496a85da4d46ef48362c3650cf0c8d957dc6b | |
parent | da152d63b4ae65e057aa82c7e48865baadae1803 [diff] [blame] |
remove spurious #include and OVERFLOW_COUNTERSET Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I8ad1b19905509862bdfa4e710da778ed0effb058
diff --git a/staticlibs/native/bpf_headers/BpfRingbufTest.cpp b/staticlibs/native/bpf_headers/BpfRingbufTest.cpp index 0785d62..4a45a93 100644 --- a/staticlibs/native/bpf_headers/BpfRingbufTest.cpp +++ b/staticlibs/native/bpf_headers/BpfRingbufTest.cpp
@@ -22,6 +22,7 @@ #include <stdlib.h> #include <unistd.h> +#include "BpfSyscallWrappers.h" #include "bpf/BpfUtils.h" namespace android {