[Lldb-commits] [PATCH] D12025: Make UriParser to support [$HOSTNAME] notation.
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 20 07:37:06 PDT 2015
labath added a subscriber: labath.
================
Comment at: source/Utility/UriParser.cpp:13
@@ -12,4 +12,3 @@
// C Includes
-#include <stdlib.h>
-#include <stdio.h>
+#include <string.h>
----------------
ovyalov wrote:
> tberghammer wrote:
> > I think you wanted to include <string>, not <string.h>
> I need string.h for strlen - it's required even with <string> included .
The C++ way would be to #include <cstring>
</driveby>
http://reviews.llvm.org/D12025
More information about the lldb-commits
mailing list