Fixed a Linux building bug pointed out by Daniel Malea.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@162373 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/python-wrapper.swig b/scripts/Python/python-wrapper.swig
index 9b48f3b..cb7c2d6 100644
--- a/scripts/Python/python-wrapper.swig
+++ b/scripts/Python/python-wrapper.swig
@@ -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,