freebsd-ports/devel/goffice1/files/patch-goffice_utils_go-regression.c
Joe Marcus Clarke 1daa29bd81 Fix an undefined symbol on g_assert when linking to this library.
Reported by:	pointyhat via pav
2008-03-28 22:34:59 +00:00

10 lines
290 B
C

--- goffice/utils/go-regression.c.orig 2008-03-28 18:30:40.000000000 -0400
+++ goffice/utils/go-regression.c 2008-03-28 18:30:52.000000000 -0400
@@ -14,6 +14,7 @@
#include <glib/gmem.h>
#include <glib/gmessages.h>
+#include <glib/gtestutils.h>
#include <math.h>
#include <string.h>