[brasero] brasero-project: include libxml/xmlerror.h for xmlError



commit 02ab8a48888342184942efbc3eea1aa59bc10759
Author: Tim-Philipp MÃller <tim centricular net>
Date:   Tue Jul 31 16:36:08 2012 +0100

    brasero-project: include libxml/xmlerror.h for xmlError
    
    Explicitly include required libxml headers, instead of
    relying on GStreamer's headers to include them. Fixes
    brasero-project.c:2616:2: error: unknown type name âxmlErrorâ

 src/brasero-project.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/brasero-project.c b/src/brasero-project.c
index 0fb52b5..e1989a3 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -43,6 +43,8 @@
 
 #include <gst/gst.h>
 
+#include <libxml/xmlerror.h>
+
 #include "brasero-units.h"
 
 #include "brasero-misc.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]