X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=io-svg.c;h=95a0812cf9e18b57e61af10b8bf8ec5db3304ea6;hb=906f7c2054991942b01e8616a2702fec3def629d;hp=a588dccec688a624cdb8c99991b1bd8666cb7209;hpb=82d44de402b3ac5fd468e559d3fdf1c2d08e1932;p=libsvgtiny-pixbuf.git diff --git a/io-svg.c b/io-svg.c index a588dcc..95a0812 100644 --- a/io-svg.c +++ b/io-svg.c @@ -1,13 +1,15 @@ #include /* memcpy, memset */ #include -#include #include /* includes glib.h */ #include #include #include #include +/* This "header" includes extra code that we've copy/pasted from GDK */ +#include "gdk_pixbuf_get_from_surface.h" + /* * The width and height of the viewport that we'll render the SVG * into. The final "picture" may not actually be this size; based on