Only include rsvg-cairo.h if it isn't already

This commit is contained in:
John-Mark Bell 2014-11-15 15:53:58 +00:00
parent 2d5e4f6dcd
commit 33c4a0d221
1 changed files with 2 additions and 0 deletions

View File

@ -33,7 +33,9 @@
#include <sys/types.h>
#include <librsvg/rsvg.h>
#ifndef RSVG_CAIRO_H
#include <librsvg/rsvg-cairo.h>
#endif
#include "content/content_protected.h"
#include "desktop/plotters.h"