From 042ef899a26fbb008641a86ad7b14df42a1024cd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Sep 2008 13:57:17 -0400 Subject: [PATCH] [test/pdiff] Fix include syntax --- test/pdiff/pdiff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pdiff/pdiff.h b/test/pdiff/pdiff.h index 4a80140c0..b398cc6fe 100644 --- a/test/pdiff/pdiff.h +++ b/test/pdiff/pdiff.h @@ -17,7 +17,7 @@ #ifndef _PDIFF_H #define _PDIFF_H -#include "cairo.h" +#include typedef int bool; #ifndef true