summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAshay Rane <ashay@users.noreply.github.com>2023-01-06 21:29:04 +0100
committerMarkus Böck <markus.boeck02@gmail.com>2023-01-06 21:30:09 +0100
commit7440c0ca6cb516c94b49181ec0bc7e5a953d1917 (patch)
tree4340bc73c8c434eeddd2aa2eee9043c61b372d2b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent50d4a1f70e111cd41b1a94d95fd06b5691aa2643 (diff)
[mlir] Add header file for ssize_t
ssize_t is part of POSIX and not standard C/C++, so using ssize_t without the necessary header files causes the build to fail on Windows with the following error: 'ssize_t': undeclared identifier. This patch includes llvm/Support/DataTypes.h to resolve the problem. Differential Revision: https://reviews.llvm.org/D141149
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions