[Commits] [SCM] claws branch, master, updated. 3.14.1-188-g6011240

mones at claws-mail.org mones at claws-mail.org
Tue Feb 7 21:08:30 CET 2017


The branch, master has been updated
       via  60112408010c42ac8e028d05dfefed55428fd04e (commit)
      from  1ef7efbc70643f8709b3b8d081fab949b808a296 (commit)

Summary of changes:
 src/stock_pixmap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 60112408010c42ac8e028d05dfefed55428fd04e
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Feb 7 21:07:16 2017 +0100

    Fix included header
    
    Error message was:
    stock_pixmap.c:26:26: fatal error: librsvg/rsvg.h: No such file or directory
    
    Thanks Paul for reporting!

diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index fcaa79e..8cc299e 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -23,10 +23,10 @@
 
 #include <glib.h>
 #include <gtk/gtk.h>
-#include <librsvg/rsvg.h>
 #include <string.h>
 #include <dirent.h>
 #ifdef HAVE_SVG
+#include <librsvg/rsvg.h>
 #include <math.h>
 #endif
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list