Fixed a Linux building bug pointed out by Daniel Malea.

llvm-svn: 162373
This commit is contained in:
Filipe Cabecinhas
2012-08-22 18:10:45 +00:00
parent e3fe26c5dd
commit 2c0978a4ac

View File

@@ -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,