[Lldb-commits] [lldb] 7ffe7d5 - [lldb/Core] Add missing include (2/2)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 12 10:06:05 PST 2019
Author: Jonas Devlieghere
Date: 2019-12-12T10:05:30-08:00
New Revision: 7ffe7d5ed73e917dffb34a3cbb60231338b95d28
URL: https://github.com/llvm/llvm-project/commit/7ffe7d5ed73e917dffb34a3cbb60231338b95d28
DIFF: https://github.com/llvm/llvm-project/commit/7ffe7d5ed73e917dffb34a3cbb60231338b95d28.diff
LOG: [lldb/Core] Add missing include (2/2)
This got flagged by the debian buildbot.
Added:
Modified:
lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
index c0d39324e034..c75219eb1a4f 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
More information about the lldb-commits
mailing list