all repos — openbox @ 9e8813e111cbe6c1088f6abbc771a29470f05fc2

openbox fork - make it a bit more like ryudo

Add include of cairo.h when using librsvg

This should be compatible with both old and new librsvg versions.
Mikael Magnusson mikachu@gmail.com
commit

9e8813e111cbe6c1088f6abbc771a29470f05fc2

parent

718b4c75c445de115adf7a221455d059b36d4b9b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M obrender/image.cobrender/image.c

@@ -25,6 +25,7 @@ #ifdef USE_IMLIB2

#include <Imlib2.h> #endif #ifdef USE_LIBRSVG +#include <cairo.h> #include <librsvg/rsvg.h> #endif