Fix multi-process-driver.cpp build on NetBSD

Summary:
Include <string.h> for strcmp(3) and memset(3).

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, clayborg, emaste, labath

Reviewed By: clayborg

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D29403

llvm-svn: 293895
This commit is contained in:
Kamil Rytarowski 2017-02-02 15:05:56 +00:00
parent f65b8f14f4
commit ea89913839
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lldb/API/LLDB.h"
#include "lldb/API/SBCommandInterpreter.h"