[Lldb-commits] [lldb] 9709186 - [lldb] Add missing include in TestGdbRemote_vContThreads test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 30 08:39:03 PDT 2021
Author: Pavel Labath
Date: 2021-03-30T17:38:52+02:00
New Revision: 9709186681a73489ecb76ea56cb4e1770f8da99a
URL: https://github.com/llvm/llvm-project/commit/9709186681a73489ecb76ea56cb4e1770f8da99a
DIFF: https://github.com/llvm/llvm-project/commit/9709186681a73489ecb76ea56cb4e1770f8da99a.diff
LOG: [lldb] Add missing include in TestGdbRemote_vContThreads test
should fix the arm builtbots.
Added:
Modified:
lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp b/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
index a0ac3ecc4f18..dc1fd7ef3f28 100644
--- a/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
+++ b/lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
@@ -3,6 +3,7 @@
#include <chrono>
#include <cinttypes>
#include <csignal>
+#include <cstdlib>
#include <cstring>
#include <thread>
#include <unistd.h>
More information about the lldb-commits
mailing list