$NetBSD: patch-source_API_CMakeLists.txt,v 1.1 2018/12/23 00:14:08 adam Exp $

Fix finding libxml2's includes.

--- source/API/CMakeLists.txt.orig	2018-12-22 21:06:11.000000000 +0000
+++ source/API/CMakeLists.txt
@@ -4,6 +4,10 @@ endif()
 
 get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
 
+if (LIBXML2_FOUND)
+  include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})
+endif()
+
 add_lldb_library(liblldb SHARED
   SBAddress.cpp
   SBAttachInfo.cpp
