openbsd-ports/x11/gtkglextmm/patches/patch-gtkglext_gtkmm_gl_widget_h

15 lines
396 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gtkglext_gtkmm_gl_widget_h,v 1.1 2013/04/08 13:58:16 ajacoutot Exp $
Fix build with gtkmm>=2.24.3
--- gtkglext/gtkmm/gl/widget.h.orig Mon Apr 8 15:53:17 2013
+++ gtkglext/gtkmm/gl/widget.h Mon Apr 8 15:54:18 2013
@@ -20,6 +20,7 @@
#ifndef _GTKMM_GL_WIDGET_H
#define _GTKMM_GL_WIDGET_H
+#include <glibmm/thread.h>
#include <gtkmm/widget.h>
#include <gdkmm/gl/tokens.h>