[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinition
pyconfig.h(194): error C2371: 'pid_t': redefinition; different basic types PosixApi.h(82): note: see declaration of 'pid_t'
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
#include "lldb/Host/FileSystem.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user