[Lldb-commits] [PATCH] D29403: Fix multi-process-driver.cpp build on NetBSD

Phabricator via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 2 07:17:12 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293895: Fix multi-process-driver.cpp build on NetBSD (authored by kamil).

Changed prior to commit:
  https://reviews.llvm.org/D29403?vs=86666&id=86807#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29403

Files:
  lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp


Index: lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
+++ lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
@@ -15,7 +15,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <string.h>
 
 #include "lldb/API/LLDB.h"
 #include "lldb/API/SBCommandInterpreter.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29403.86807.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170202/213b6179/attachment.bin>


More information about the lldb-commits mailing list