Some systems require inluding librsvg-cairo.h explicitly.

This commit is contained in:
dolphin6k 2020-05-01 14:51:10 +09:00
parent b0dda9ac26
commit 99fb3f7dce

View file

@ -457,9 +457,7 @@ static void mtw(wchar_t * wtok, char *tok)
#else
#include <librsvg/rsvg.h>
#ifdef WIN32
#include <librsvg/rsvg-cairo.h>
#endif
#if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
#error "---------------------------------------------------"