summaryrefslogtreecommitdiff
path: root/examples/breakpoint/src/breakpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/breakpoint/src/breakpoint.cpp')
-rw-r--r--examples/breakpoint/src/breakpoint.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/breakpoint/src/breakpoint.cpp b/examples/breakpoint/src/breakpoint.cpp
index 4fac98ac..65c8d018 100644
--- a/examples/breakpoint/src/breakpoint.cpp
+++ b/examples/breakpoint/src/breakpoint.cpp
@@ -25,6 +25,8 @@ void write_breakpoint(BinaryNinja::BinaryView *view, uint64_t start, uint64_t le
extern "C"
{
+ BN_DECLARE_CORE_ABI_VERSION
+
BINARYNINJAPLUGIN bool CorePluginInit()
{
// Register the plugin with Binary Ninja