[Lldb-commits] [lldb] [lldb] Add missing include to breakpoint/main.cpp (PR #201804)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 5 03:43:13 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Nikolas Klauser (philnik777)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/201804.diff


1 Files Affected:

- (modified) lldb/test/API/tools/lldb-dap/breakpoint/main.cpp (+1) 


``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/breakpoint/main.cpp b/lldb/test/API/tools/lldb-dap/breakpoint/main.cpp
index 2206b07f19494..9788223d9d9b1 100644
--- a/lldb/test/API/tools/lldb-dap/breakpoint/main.cpp
+++ b/lldb/test/API/tools/lldb-dap/breakpoint/main.cpp
@@ -1,6 +1,7 @@
 #include <dlfcn.h>
 #include <stdexcept>
 #include <stdio.h>
+#include <stdlib.h>
 
 int twelve(int i) {
   return 12 + i; // break 12

``````````

</details>


https://github.com/llvm/llvm-project/pull/201804


More information about the lldb-commits mailing list