[Lldb-commits] [PATCH] D29403: Fix multi-process-driver.cpp build on NetBSD
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 1 10:19:17 PST 2017
krytarowski created this revision.
krytarowski added a project: LLDB.
Include <string.h> for strcmp(3) and memset(3).
Sponsored by <The NetBSD Foundation>
Repository:
rL LLVM
https://reviews.llvm.org/D29403
Files:
packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
Index: packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
===================================================================
--- packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp
+++ 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.86666.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170201/db813db4/attachment.bin>
More information about the lldb-commits
mailing list