diff options
Diffstat (limited to 'lldb/scripts/Python')
-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, |