bpfloader - fix includes
Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I3c46875a34b744c9ff0af2b52b63ecbc9db5c15e
This commit is contained in:
parent
4a7ca6f2b1
commit
300c51fd4f
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#define BPFLOADER_VERSION_MINOR 31u
|
||||
#define BPFLOADER_VERSION ((BPFLOADER_VERSION_MAJOR << 16) | BPFLOADER_VERSION_MINOR)
|
||||
|
||||
#include "BpfSyscallWrappers.h"
|
||||
#include "bpf/BpfUtils.h"
|
||||
#include "bpf/bpf_map_def.h"
|
||||
#include "include/libbpf_android.h"
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#include <libbpf.h>
|
||||
#include <linux/bpf.h>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
namespace android {
|
||||
namespace bpf {
|
||||
|
||||
|
|
Loading…
Reference in a new issue