gegl r2993 - in trunk: . operations/external
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2993 - in trunk: . operations/external
- Date: Thu, 26 Mar 2009 19:41:07 +0000 (UTC)
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]