fix inclue path error pointed out by "esevece"
This commit is contained in:
parent
643859f6b8
commit
ebd93b0f12
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@
|
|||
#include <string.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include <librsvg-2/librsvg/rsvg.h>
|
||||
#include <librsvg-2/librsvg/rsvg-cairo.h>
|
||||
#include <librsvg/rsvg.h>
|
||||
#include <librsvg/rsvg-cairo.h>
|
||||
|
||||
#ifdef CAIRO_HAS_PS_SURFACE
|
||||
#include <cairo-ps.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue