[lldb/Core] Add missing include (2/2)

This got flagged by the debian buildbot.
This commit is contained in:
Jonas Devlieghere 2019-12-12 10:05:30 -08:00
parent babbd554b8
commit 7ffe7d5ed7
1 changed files with 2 additions and 0 deletions

View File

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