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>


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to