Fixed build issues after recent checkin.

Added the ability to get the name of the SBSection.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@140444 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBSection.i b/scripts/Python/interface/SBSection.i
index 27b329e..a206b34 100644
--- a/scripts/Python/interface/SBSection.i
+++ b/scripts/Python/interface/SBSection.i
@@ -26,6 +26,9 @@
     bool
     IsValid () const;
 
+    const char *
+    GetName ();
+
     lldb::SBSection
     FindSubSection (const char *sect_name);