$NetBSD: patch-gtkglext_gtkmm_gl_widget.cc,v 1.1 2011/12/26 23:09:34 othyro Exp $ Fixes "GdkSpanFunc is not declared" error. --- gtkglext/gtkmm/gl/widget.cc.orig 2004-05-18 06:01:50.000000000 +0000 +++ gtkglext/gtkmm/gl/widget.cc @@ -17,9 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include - #include "widget.h" +#include namespace Gtk {