mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Fixed a Linux building bug pointed out by Daniel Malea.
llvm-svn: 162373
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user