[Lldb-commits] [lldb] r205115 - Include string.h for memset() prototype. Thanks Dmitri.
Jason Molenda
jmolenda at apple.com
Sat Mar 29 12:29:04 PDT 2014
Author: jmolenda
Date: Sat Mar 29 14:29:04 2014
New Revision: 205115
URL: http://llvm.org/viewvc/llvm-project?rev=205115&view=rev
Log:
Include string.h for memset() prototype. Thanks Dmitri.
Modified:
lldb/trunk/source/Utility/ARM64_DWARF_Registers.cpp
Modified: lldb/trunk/source/Utility/ARM64_DWARF_Registers.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Utility/ARM64_DWARF_Registers.cpp?rev=205115&r1=205114&r2=205115&view=diff
==============================================================================
--- lldb/trunk/source/Utility/ARM64_DWARF_Registers.cpp (original)
+++ lldb/trunk/source/Utility/ARM64_DWARF_Registers.cpp Sat Mar 29 14:29:04 2014
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+#include <string.h>
+
#include "ARM64_DWARF_Registers.h"
using namespace lldb;
More information about the lldb-commits
mailing list