Add include of cairo.h when using librsvg
[dana/openbox.git] / obrender / image.c
index fb5f40b..cffbaf3 100644 (file)
@@ -25,6 +25,7 @@
 #include <Imlib2.h>
 #endif
 #ifdef USE_LIBRSVG
+#include <cairo.h>
 #include <librsvg/rsvg.h>
 #endif