commit | b1eda6a3cbb9b7c6a2c46a4550a7cce396467ee0 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:26:30 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:26:30 2021 -0500 |
tree | 9c46ba511917290b76e3955cbd269bf745f5dc5f | |
parent | ff068a154e5811bbddead76cc0e004cbf88870ac [diff] |
pdbg v3.3 related changes Separate sbe api into new header libpdbg_sbe.h related changes Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I4428d3a3d34d3032ff14e03b8d66c3d7db2db632
diff --git a/attn/attn_handler.cpp b/attn/attn_handler.cpp index 6eef107..b1fa27b 100644 --- a/attn/attn_handler.cpp +++ b/attn/attn_handler.cpp
@@ -1,4 +1,8 @@ +extern "C" +{ #include <libpdbg.h> +#include <libpdbg_sbe.h> +} #include <analyzer/analyzer_main.hpp> #include <attn/attention.hpp>