gegl r2993 - in trunk: . operations/external



Author: martinn
Date: Thu Mar 26 19:41:06 2009
New Revision: 2993
URL: http://svn.gnome.org/viewvc/gegl?rev=2993&view=rev

Log:
Bug 576885 â Compilation of operations/external/path.c fails

Include cairo.h, not cairo/cairo.h

Modified:
   trunk/ChangeLog
   trunk/operations/external/path.c

Modified: trunk/operations/external/path.c
==============================================================================
--- trunk/operations/external/path.c	(original)
+++ trunk/operations/external/path.c	Thu Mar 26 19:41:06 2009
@@ -64,7 +64,7 @@
                           gpointer userdata);
 
 #include "gegl-chant.h"
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 /* the stroke code should move into this op, or a specific stroke op */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]