Skip to content

Commit 13b3acc

Browse files
labathmemfrob
authored andcommitted
[lldb] Add missing include in TestGdbRemote_vContThreads test
should fix the arm builtbots.
1 parent b1794a1 commit 13b3acc

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/tools/lldb-server/vCont-threads

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <chrono>
44
#include <cinttypes>
55
#include <csignal>
6+
#include <cstdlib>
67
#include <cstring>
78
#include <thread>
89
#include <unistd.h>

0 commit comments

Comments
 (0)