gegl r1908 - in trunk: . operations/blur
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1908 - in trunk: . operations/blur
- Date: Thu, 24 Jan 2008 20:45:43 +0000 (GMT)
Author: ok
Date: Thu Jan 24 20:45:43 2008
New Revision: 1908
URL: http://svn.gnome.org/viewvc/gegl?rev=1908&view=rev
Log:
* operations/blur/box-blur.c: #include <math.h> to quench compiler
spew.
Modified:
trunk/ChangeLog
trunk/operations/blur/box-blur.c
Modified: trunk/operations/blur/box-blur.c
==============================================================================
--- trunk/operations/blur/box-blur.c (original)
+++ trunk/operations/blur/box-blur.c Thu Jan 24 20:45:43 2008
@@ -35,6 +35,7 @@
gint radius);
#include <stdio.h>
+#include <math.h>
static void tickle (GeglOperation *operation)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]