commit | d891f9b872103235cfd2ed452c6f14a4394d9b3a | [log] [tgz] |
---|---|---|
author | Daniel Malea <daniel.malea@intel.com> | Wed Dec 05 00:20:57 2012 +0000 |
committer | Daniel Malea <daniel.malea@intel.com> | Wed Dec 05 00:20:57 2012 +0000 |
tree | 8ba1934d73abc8fff0803354e7f77d6563dfebe0 | |
parent | 0bce9a22354df3f00e68ffd912119a0741753b7f [diff] [blame] |
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! git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169341 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 7bc0300..900726c 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" + // C Includes #include <errno.h> #include <spawn.h>