pkgsrc-ng/misc/goffice0.6/patches/patch-goffice_math_go-regression_h
2013-09-26 17:14:40 +02:00

16 lines
363 B
Plaintext

$NetBSD: patch-goffice_math_go-regression_h,v 1.1 2012/05/10 07:28:17 dholland Exp $
Fix build with latest glib2.
--- goffice/math/go-regression.h~ 2008-07-08 09:54:59.000000000 +0000
+++ goffice/math/go-regression.h
@@ -1,7 +1,7 @@
#ifndef GO_UTILS_REGRESSION_H
#define GO_UTILS_REGRESSION_H
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS