mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 00:10:10 +01:00
[test/pdiff] Fix include syntax
This commit is contained in:
parent
7709f51e13
commit
042ef899a2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef _PDIFF_H
|
||||
#define _PDIFF_H
|
||||
|
||||
#include "cairo.h"
|
||||
#include <cairo.h>
|
||||
|
||||
typedef int bool;
|
||||
#ifndef true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue