mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 23:00:09 +01:00
script: Fix script backend build.
The flight data recorders were missing an include of cairo-tee.h ever since cairo-tee.h became an optional backend.
This commit is contained in:
parent
7668323649
commit
8fb91dc3f6
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <cairo.h>
|
||||
#include <cairo-script.h>
|
||||
#include <cairo-tee.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <signal.h>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <cairo.h>
|
||||
#include <cairo-script.h>
|
||||
#include <cairo-tee.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue