a0fa6af53e
Some bugs were fixed in this release. g_assert() fixes by jakemsr@. testing and ok simon@ wilfried@ (MAINTAINER)
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
$OpenBSD: patch-glib_glibmm_error_cc,v 1.1 2008/04/09 13:20:44 jasper Exp $
|
|
--- glib/glibmm/error.cc.orig Mon Apr 7 16:27:11 2008
|
|
+++ glib/glibmm/error.cc Mon Apr 7 16:28:27 2008
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <glib/gerror.h>
|
|
#include <glib/gmessages.h>
|
|
+#include <glib/gtestutils.h>
|
|
|
|
#include <map>
|
|
#include <glibmmconfig.h>
|