diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-10 13:57:17 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-10 13:57:17 -0400 |
commit | 042ef899a26fbb008641a86ad7b14df42a1024cd (patch) | |
tree | d35ad5e55cc8e405665133ab0cc4aab9a4dc910c /test/pdiff | |
parent | 7709f51e1378fb39af01bf7c50762b3c6cc032f2 (diff) |
[test/pdiff] Fix include syntax
Diffstat (limited to 'test/pdiff')
-rw-r--r-- | test/pdiff/pdiff.h | 2 |
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 |