mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
Fix includes for BpfMap
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "bpf_map.h"
|
||||
#include "bpf_exception.h"
|
||||
#include "bpf_object.h"
|
||||
#include "core/bpf_map.h"
|
||||
#include "core/bpf_exception.h"
|
||||
#include "core/bpf_object.h"
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user