a0fa6af53e
Some bugs were fixed in this release. g_assert() fixes by jakemsr@. testing and ok simon@ wilfried@ (MAINTAINER)
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
$OpenBSD: patch-glib_glibmm_date_cc,v 1.3 2008/04/09 13:20:44 jasper Exp $
|
|
--- glib/glibmm/date.cc.orig Mon Apr 7 16:24:50 2008
|
|
+++ glib/glibmm/date.cc Mon Apr 7 16:25:08 2008
|
|
@@ -26,6 +26,7 @@
|
|
|
|
#include <glib/gmem.h>
|
|
#include <glib/gmessages.h>
|
|
+#include <glib/gtestutils.h>
|
|
|
|
#include <ctime>
|
|
#include <algorithm>
|