From 99fb3f7dce62383a491420ba9ca172379c481080 Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Fri, 1 May 2020 14:51:10 +0900 Subject: [PATCH] Some systems require inluding librsvg-cairo.h explicitly. --- src/tuxpaint.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 9e9e96a0c..486ebe83b 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -457,9 +457,7 @@ static void mtw(wchar_t * wtok, char *tok) #else #include -#ifdef WIN32 #include -#endif #if !defined(RSVG_H) || !defined(RSVG_CAIRO_H) #error "---------------------------------------------------"