mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-23 01:10:24 +01:00
Fix "make check" standalone header check
This fixes the following error: ./cairo-fixed-private.h: In function ‘_slow_segment_intersection’: ./cairo-fixed-private.h:374:9: error: ‘FALSE’ undeclared (first use in this function) ./cairo-fixed-private.h:374:9: note: each undeclared identifier is reported only once for each function it appears in ./cairo-fixed-private.h:386:12: error: ‘TRUE’ undeclared (first use in this function) Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b7c06fff1f
commit
41ef69a98c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include "cairo-fixed-type-private.h"
|
||||
|
||||
#include "cairo-wideint-private.h"
|
||||
#include "cairoint.h"
|
||||
|
||||
/* Implementation */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue