summaryrefslogtreecommitdiff
path: root/test/pdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-10 13:57:17 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-10 13:57:17 -0400
commit042ef899a26fbb008641a86ad7b14df42a1024cd (patch)
treed35ad5e55cc8e405665133ab0cc4aab9a4dc910c /test/pdiff
parent7709f51e1378fb39af01bf7c50762b3c6cc032f2 (diff)
[test/pdiff] Fix include syntax
Diffstat (limited to 'test/pdiff')
-rw-r--r--test/pdiff/pdiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdiff/pdiff.h b/test/pdiff/pdiff.h
index 4a80140c..b398cc6f 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