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>