openbsd-ports/math/gnumeric/patches/patch-src_parser_c
jasper fdd8c80aae - unbreak after recent glib2 update
testing and ok simon@
2008-04-09 13:24:46 +00:00

12 lines
336 B
Plaintext

$OpenBSD: patch-src_parser_c,v 1.1 2008/04/09 13:31:37 jasper Exp $
--- src/parser.c.orig Mon Apr 7 17:01:00 2008
+++ src/parser.c Mon Apr 7 17:02:03 2008
@@ -118,6 +118,7 @@
*/
#include <gnumeric-config.h>
#include <glib/gi18n.h>
+#include <glib/gtestutils.h>
#include "gnumeric.h"
#include "number-match.h"
#include "expr.h"