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: I9ec660067ddae0bcc61fde016aa764976263e5a4
diff --git a/procedures/common/enter_mpreboot.cpp b/procedures/common/enter_mpreboot.cpp
index 99e559f..ca41567 100644
--- a/procedures/common/enter_mpreboot.cpp
+++ b/procedures/common/enter_mpreboot.cpp
@@ -16,7 +16,12 @@
 
 #include "registration.hpp"
 
+extern "C"
+{
 #include <libpdbg.h>
+#include <libpdbg_sbe.h>
+}
+
 #include <sys/wait.h>
 #include <unistd.h>