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:
M Joonas Pihlaja 2010-08-10 00:53:53 +03:00
parent 7668323649
commit 8fb91dc3f6
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <cairo.h>
#include <cairo-script.h>
#include <cairo-tee.h>
#include <stdlib.h>
#include <assert.h>
#include <signal.h>

View file

@ -24,6 +24,7 @@
#include <cairo.h>
#include <cairo-script.h>
#include <cairo-tee.h>
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>