blob: a90e13d3fb2a611f962ea8b1184cd8b6b18ad765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-goffice_app_goffice-app_h,v 1.1 2012/05/10 07:28:16 dholland Exp $
Fix build with latest glib2.
--- goffice/app/goffice-app.h~ 2008-07-08 09:54:58.000000000 +0000
+++ goffice/app/goffice-app.h
@@ -22,7 +22,7 @@
#ifndef GOFFICE_APP_H
#define GOFFICE_APP_H
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS
|