View | Details | Raw Unified | Return to bug 216592
Collapse All | Expand All

(-)files/patch-src-font.c (-13 lines)
Lines 1-13 Link Here
1
--- src/font.c.orig	2005-07-27 22:35:06.000000000 +0200
2
+++ src/font.c	2013-03-21 03:00:23.000000000 +0100
3
@@ -881,8 +881,8 @@
4
 
5
 #ifdef HAVE_LIBXML2
6
 
7
-#include <libxml/parser.h>
8
-#include <libxml/parserInternals.h>
9
+#include <libxml2/libxml/parser.h>
10
+#include <libxml2/libxml/parserInternals.h>
11
 
12
 static void xml2_start (void* user_data,const char* tag,const char** attributes)
13
 {	const char** attr;

Return to bug 216592