mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
add missing header. Fix #5544.
This commit is contained in:
parent
ec45efa57c
commit
14acc7f132
2 changed files with 5 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkpixbuf.h>
|
||||
#include <librsvg/rsvg.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue