Applied a fix to qualify "UUID" with the lldb_private namespace to fix
build issues on MinGW.

llvm-svn: 124888
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index 96dd11d..7a39958 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -700,7 +700,7 @@
 (
     const FileSpec& file_spec,
     const ArchSpec& arch,
-    const UUID *uuid_ptr,
+    const lldb_private::UUID *uuid_ptr,
     const ConstString *object_name,
     off_t object_offset,
     Error *error_ptr