Chase location of libxml2 headers

This commit is contained in:
Kris Kennaway 2002-03-31 05:04:33 +00:00
parent 7cfda9eaf0
commit e280efb475
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57025

View File

@ -0,0 +1,13 @@
--- src/ipa/ipa/font.h.orig Sat Mar 30 21:02:34 2002
+++ src/ipa/ipa/font.h Sat Mar 30 21:02:47 2002
@@ -851,8 +851,8 @@
#ifdef HAVE_XML2
-#include <parser.h>
-#include <parserInternals.h>
+#include <libxml2/libxml/parser.h>
+#include <libxml2/libxml/parserInternals.h>
static void xml2_start (void* user_data,const char* tag,const char** attributes)
{ const char** attr;