diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-12 10:05:30 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-12 10:05:30 -0800 |
commit | 7ffe7d5ed73e917dffb34a3cbb60231338b95d28 (patch) | |
tree | 8397eb673c4639a74112ecf0e1953d4f7ca44f6e /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | babbd554b8db7744a6829f7180e195db018ef6a7 (diff) | |
download | bcm5719-llvm-7ffe7d5ed73e917dffb34a3cbb60231338b95d28.tar.gz bcm5719-llvm-7ffe7d5ed73e917dffb34a3cbb60231338b95d28.zip |
[lldb/Core] Add missing include (2/2)
This got flagged by the debian buildbot.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h index c0d39324e03..c75219eb1a4 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h @@ -9,6 +9,8 @@ #ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONREADLINE_H #define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONREADLINE_H +#include "lldb/Host/Config.h" + #if LLDB_ENABLE_LIBEDIT && defined(__linux__) // NOTE: Since Python may define some pre-processor definitions which affect the // standard headers on some systems, you must include Python.h before any |