15 lines
437 B
Text
15 lines
437 B
Text
$NetBSD: patch-goffice_ms-compat_go-ms-parser_c,v 1.1 2012/05/10 07:28:17 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- goffice/ms-compat/go-ms-parser.c~ 2008-07-08 09:54:59.000000000 +0000
|
|
+++ goffice/ms-compat/go-ms-parser.c
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include <goffice/goffice-config.h>
|
|
#include <goffice/ms-compat/go-ms-parser.h>
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
#include <gsf/gsf-input.h>
|
|
#include <gsf/gsf-utils.h>
|
|
|