diff options
author | Filipe Cabecinhas <me@filcab.net> | 2012-08-22 18:10:45 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2012-08-22 18:10:45 +0000 |
commit | 2c0978a4acb6e98d147da7a8a62de52ae38b40f2 (patch) | |
tree | 038ca0730bdc3a6be03da89db96269f6dc12164e /lldb/scripts/Python/python-wrapper.swig | |
parent | e3fe26c5dd6f71eccbb9bfc80a61b2d5263e2dab (diff) | |
download | bcm5719-llvm-2c0978a4acb6e98d147da7a8a62de52ae38b40f2.tar.gz bcm5719-llvm-2c0978a4acb6e98d147da7a8a62de52ae38b40f2.zip |
Fixed a Linux building bug pointed out by Daniel Malea.
llvm-svn: 162373
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 9b48f3b8b1f..cb7c2d6b414 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -831,7 +831,7 @@ LLDBSwigPythonCallModuleInit // 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, |