mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
script: Fix make check
make check fails because cairo-script-private.h cannot be compiled standalone: ./cairo-script-private.h:45:1: error: unknown type name ‘cairo_private’ ... ./cairo-script-private.h:48:40: error: unknown type name ‘cairo_output_stream_t’
This commit is contained in:
parent
297aa4d4a0
commit
14fab8f84a
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#include "cairo.h"
|
||||
|
||||
#include "cairo-compiler-private.h"
|
||||
#include "cairo-output-stream-private.h"
|
||||
#include "cairo-script.h"
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue