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

@@ -6,6 +6,9 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#ifndef LLDB_DISABLE_PYTHON
#include "OperatingSystemPython.h"