[lldb] Add missing include in TestGdbRemote_vContThreads test
authorPavel Labath <pavel@labath.sk>
Tue, 30 Mar 2021 15:36:43 +0000 (17:36 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 30 Mar 2021 15:38:52 +0000 (17:38 +0200)
should fix the arm builtbots.

lldb/test/API/tools/lldb-server/vCont-threads/main.cpp

index a0ac3ec..dc1fd7e 100644 (file)
@@ -3,6 +3,7 @@
 #include <chrono>
 #include <cinttypes>
 #include <csignal>
+#include <cstdlib>
 #include <cstring>
 #include <thread>
 #include <unistd.h>