Ticket #27155: patch-svg.c.diff
File patch-svg.c.diff, 386 bytes (added by ak.ml@…, 14 years ago) |
---|
-
modules/misc/svg.c
old new 50 50 #include <glib.h> 51 51 #include <glib/gstdio.h> 52 52 #include <glib-object.h> /* g_object_unref( ) */ 53 #include <librsvg -2/librsvg/rsvg.h>53 #include <librsvg/rsvg.h> 54 54 55 55 typedef struct svg_rendition_t svg_rendition_t; 56 56