From 2c0978a4acb6e98d147da7a8a62de52ae38b40f2 Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Wed, 22 Aug 2012 18:10:45 +0000 Subject: Fixed a Linux building bug pointed out by Daniel Malea. llvm-svn: 162373 --- lldb/scripts/Python/python-wrapper.swig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python') 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, -- cgit v1.2.3