Bug#245396: Fix for all 64-bit archs

Jeff Bailey Jeff Bailey <jbailey@raspberryginger.com>, 245396@bugs.debian.org
Tue, 4 May 2004 15:31:04 -0700


tag 245396 +patch
thanks

Missing prototypes: bad.  Here's the fix.

--- libgnomecanvas.h.old        2004-05-04 18:28:42.344854435 -0400
+++ libgnomecanvas.h    2004-05-04 18:24:19.506426365 -0400
@@ -36,6 +36,7 @@
 #include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
 #include <libgnomecanvas/gnome-canvas-bpath.h>
 #include <libgnomecanvas/gnome-canvas-util.h>
+#include <libgnomecanvas/gnome-canvas-clipgroup.h>
  
 G_BEGIN_DECLS