Files
pkgsrc-ng/devel/lldb/patches/patch-tools_lldb-mi_MIUtilParse.h
2016-11-18 22:39:22 +01:00

15 lines
377 B
C

$NetBSD: patch-tools_lldb-mi_MIUtilParse.h,v 1.1 2016/03/28 13:13:55 kamil Exp $
--- tools/lldb-mi/MIUtilParse.h.orig 2015-12-06 02:57:30.000000000 +0000
+++ tools/lldb-mi/MIUtilParse.h
@@ -9,8 +9,7 @@
#pragma once
-// Third party headers:
-#include "../lib/Support/regex_impl.h"
+#include "lldb/Utility/regex_impl.h"
// In-house headers:
#include "MIUtilString.h"