[Lldb-commits] [lldb] r162373 - /lldb/trunk/scripts/Python/python-wrapper.swig
Filipe Cabecinhas
me at filcab.net
Wed Aug 22 11:10:46 PDT 2012
Author: filcab
Date: Wed Aug 22 13:10:45 2012
New Revision: 162373
URL: http://llvm.org/viewvc/llvm-project?rev=162373&view=rev
Log:
Fixed a Linux building bug pointed out by Daniel Malea.
Modified:
lldb/trunk/scripts/Python/python-wrapper.swig
Modified: lldb/trunk/scripts/Python/python-wrapper.swig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/python-wrapper.swig?rev=162373&r1=162372&r2=162373&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/python-wrapper.swig (original)
+++ lldb/trunk/scripts/Python/python-wrapper.swig Wed Aug 22 13:10:45 2012
@@ -831,7 +831,7 @@
// I used runtime as a hack to make SWIG place it where it's needed.
// This is needed to use LLDBSwigPythonCallSBInputReaderCallback in the
// typemaps and in the extensions (SBInputReader.__del__()).
-#include "SBInputReader.h"
+#include "lldb/API/SBInputReader.h"
size_t
LLDBSwigPythonCallSBInputReaderCallback(void *baton,
More information about the lldb-commits
mailing list