[Lldb-commits] [PATCH 1/4] Add missing include for standard library function strdup.
Stephen Wilson
wilsons at start.ca
Fri Dec 17 15:48:53 PST 2010
---
source/API/SBType.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/API/SBType.cpp b/source/API/SBType.cpp
index 4f9559b..b918ab2 100644
--- a/source/API/SBType.cpp
+++ b/source/API/SBType.cpp
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+#include <string.h>
+
#include "lldb/API/SBType.h"
#include "lldb/API/SBStream.h"
#include "lldb/Core/ConstString.h"
--
1.7.3.2
More information about the lldb-commits
mailing list