From a3c3dbe141519e695b7b6469bd7a427a91dcccf2 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 05:09:34 +0530 Subject: [PATCH] Fix BpfMap header guard --- src/core/bpf_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/bpf_map.h b/src/core/bpf_map.h index 9407a40..f9fd493 100644 --- a/src/core/bpf_map.h +++ b/src/core/bpf_map.h @@ -72,4 +72,4 @@ private: static py::object bytes_to_python(std::span data); }; -#endif // PYLIBBPF_MAPS_H +#endif // PYLIBBPF_BPF_MAP_H