Add RAS data support for 'callout_self' and 'callout_unit'

With this change, 'callout_self' and 'callout_unit' actions will add a
callout with location code into the PEL.

Change-Id: I975f2059a71f7b529a40fae03273cc3c387c4cef
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/util/pdbg.cpp b/util/pdbg.cpp
index 0ce56d6..2e370c1 100644
--- a/util/pdbg.cpp
+++ b/util/pdbg.cpp
@@ -1,11 +1,12 @@
 #include <assert.h>
+#include <config.h>
 
 #include <hei_main.hpp>
 #include <util/pdbg.hpp>
 #include <util/trace.hpp>
 
 #ifdef CONFIG_PHAL_API
-#include <attribute_info.H>
+#include <attributes_info.H>
 #endif
 
 namespace util