aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2019-08-03 10:37:57 -0400
committerMike Frysinger <vapier@chromium.org>2019-08-04 04:11:55 +0000
commit4beee493f626ffd6d05d8d05e603df9ff3b8717b (patch)
treed7cefe55c14f9342c7d6c7554643563bf607f8c6 /src
parentminidump_processor: fix typo in BUS_ADRALN (diff)
downloadbreakpad-4beee493f626ffd6d05d8d05e603df9ff3b8717b.tar.xz
guid_creater: include string.h for memcpy
Bug: google-breakpad:779 Change-Id: If0cfb036ee924178033c89d4dc3e2ce75ddd46f2 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1732887 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/common/linux/guid_creator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/linux/guid_creator.cc b/src/common/linux/guid_creator.cc
index f81c2911..03e3d781 100644
--- a/src/common/linux/guid_creator.cc
+++ b/src/common/linux/guid_creator.cc
@@ -39,6 +39,7 @@
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>