[cairo-commit] boilerplate/cairo-boilerplate.h

Chris Wilson ickle at kemper.freedesktop.org
Wed Sep 10 10:44:08 PDT 2008


 boilerplate/cairo-boilerplate.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7709f51e1378fb39af01bf7c50762b3c6cc032f2
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Sep 10 18:30:45 2008 +0100

    [boilerplate] Include cairo-compiler-private.h
    
    Actually use the compiler specific diverts and defines.

diff --git a/boilerplate/cairo-boilerplate.h b/boilerplate/cairo-boilerplate.h
index b5c7295..df2da09 100644
--- a/boilerplate/cairo-boilerplate.h
+++ b/boilerplate/cairo-boilerplate.h
@@ -36,6 +36,8 @@
 #include <cairo.h>
 #include <string.h>
 
+#include "cairo-compiler-private.h"
+
 #if   HAVE_STDINT_H
 # include <stdint.h>
 #elif HAVE_INTTYPES_H


More information about the cairo-commit mailing list