aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectArgs.cpp
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2012-12-05 00:20:57 +0000
committerDaniel Malea <daniel.malea@intel.com>2012-12-05 00:20:57 +0000
commit93a64300f8b9620213055926b194b9c5bbb10bcf (patch)
treeeac133e27fff928cf91c4d2f1b7c882e9e20e736 /lldb/source/Commands/CommandObjectArgs.cpp
parent90ba81150ef36277659edcc880d5440bd00ba997 (diff)
downloadllvm-93a64300f8b9620213055926b194b9c5bbb10bcf.zip
llvm-93a64300f8b9620213055926b194b9c5bbb10bcf.tar.gz
llvm-93a64300f8b9620213055926b194b9c5bbb10bcf.tar.bz2
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectArgs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.cpp b/lldb/source/Commands/CommandObjectArgs.cpp
index 24cf9bc..4450aeb9 100644
--- a/lldb/source/Commands/CommandObjectArgs.cpp
+++ b/lldb/source/Commands/CommandObjectArgs.cpp
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+#include "lldb/lldb-python.h"
+
#include "CommandObjectArgs.h"
// C Includes