diff --git a/libr/anal/p/anal_bpf_cs.c b/libr/anal/p/anal_bpf_cs.c index eb1996cc99..7e6ac91929 100644 --- a/libr/anal/p/anal_bpf_cs.c +++ b/libr/anal/p/anal_bpf_cs.c @@ -665,4 +665,4 @@ R_API RLibStruct radare_plugin = { .version = R2_VERSION }; #endif -#endif +#endif // CS_API_MAJOR diff --git a/libr/meson.build b/libr/meson.build index bbec7bbacd..919e32767c 100644 --- a/libr/meson.build +++ b/libr/meson.build @@ -176,6 +176,8 @@ anal_plugins += [ 'arm_cs', 'avr', 'bf', + 'bpf', + 'bpf_cs', 'chip8', 'cr16', 'bpf', @@ -235,6 +237,7 @@ if no_user_plugins anal_plugins += [ 'z80', 'arm_gnu', + 'bpf', 'mips_gnu', 'loongarch_gnu', 's390_gnu',