[cairo-commit] test/pdiff
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Sep 10 10:57:32 PDT 2008
test/pdiff/pdiff.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 042ef899a26fbb008641a86ad7b14df42a1024cd
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Sep 10 13:57:17 2008 -0400
[test/pdiff] Fix include syntax
diff --git a/test/pdiff/pdiff.h b/test/pdiff/pdiff.h
index 4a80140..b398cc6 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 <cairo.h>
typedef int bool;
#ifndef true
More information about the cairo-commit
mailing list