jeyzu pushed a commit to branch master.

commit 4bb0e74f1e78d6598779f2de7199d6b09c7c16ea
Author: Jérémy Zurcher <[email protected]>
Date:   Sat May 18 21:05:39 2013 +0200

    rsvg: include librsvg-features.h only if LIBRSVG_CHECK_VERSION is not 
defined
---
 src/bin/svg/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/bin/svg/main.c b/src/bin/svg/main.c
index b8d85f0..b6c844c 100644
--- a/src/bin/svg/main.c
+++ b/src/bin/svg/main.c
@@ -8,10 +8,12 @@
 #include <Eina.h>
 
 #include <librsvg/rsvg.h>
-#include <librsvg/librsvg-features.h>
+#ifndef LIBRSVG_CHECK_VERSION
+# include <librsvg/librsvg-features.h>
+#endif
 #if LIBRSVG_CHECK_VERSION(2,36,2)
 #else
-#include <librsvg/rsvg-cairo.h>
+# include <librsvg/rsvg-cairo.h>
 #endif
 
 #define DATA32 unsigned int

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to