[Lldb-commits] [lldb] r238590 - Unbreak mac build.

Greg Clayton gclayton at apple.com
Fri May 29 11:28:01 PDT 2015


Author: gclayton
Date: Fri May 29 13:28:01 2015
New Revision: 238590

URL: http://llvm.org/viewvc/llvm-project?rev=238590&view=rev
Log:
Unbreak mac build.


Modified:
    lldb/trunk/source/Interpreter/PythonDataObjects.cpp

Modified: lldb/trunk/source/Interpreter/PythonDataObjects.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/PythonDataObjects.cpp?rev=238590&r1=238589&r2=238590&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/PythonDataObjects.cpp (original)
+++ lldb/trunk/source/Interpreter/PythonDataObjects.cpp Fri May 29 13:28:01 2015
@@ -15,6 +15,8 @@
 
 #else
 
+#include "lldb/lldb-python.h"
+
 #include <stdio.h>
 
 #include "lldb/Core/Stream.h"





More information about the lldb-commits mailing list