add missing header. Fix #5544.

This commit is contained in:
Emmanuel Pacaud 2006-01-19 12:44:00 +00:00
parent ec45efa57c
commit 14acc7f132
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-01-19 Emmanuel Pacaud <emmanuel.pacaud@free.fr>
* test/svg2png.c: add missing header. Fix #5544.
2006-01-18 Carl Worth <cworth@cworth.org>
* src/cairo-pdf-surface.c: (cairo_pdf_surface_create_for_stream),

View file

@ -26,6 +26,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <gdk/gdk.h>
#include <gdk/gdkpixbuf.h>
#include <librsvg/rsvg.h>