Fix Linux build warnings due to redefinition of macros:

- add new header lldb-python.h to be included before other system headers
- short term fix (eventually python dependencies must be cleaned up)

Patch by Matt Kopec!

llvm-svn: 169341
This commit is contained in:
Daniel Malea
2012-12-05 00:20:57 +00:00
parent 90ba81150e
commit 93a64300f8
101 changed files with 227 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/Interpreter/OptionValueUUID.h"
// C Includes