Add include of cairo.h when using librsvg

This should be compatible with both old and new librsvg versions.
This commit is contained in:
Mikael Magnusson 2015-03-04 01:05:45 +01:00
parent 718b4c75c4
commit 9e8813e111

View file

@ -25,6 +25,7 @@
#include <Imlib2.h>
#endif
#ifdef USE_LIBRSVG
#include <cairo.h>
#include <librsvg/rsvg.h>
#endif