Dominique Leuenberger
7d5ba8d271
Stole SFaulken's thunder Update :-) OBS-URL: https://build.opensuse.org/request/show/283253 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=113
22 lines
571 B
Diff
22 lines
571 B
Diff
From 8c7017d2cfef8c1c2e65b94bce7e19b61e94ded8 Mon Sep 17 00:00:00 2001
|
|
From: Morten Welinder <terra@gnome.org>
|
|
Date: Mon, 26 Jan 2015 08:45:27 -0500
|
|
Subject: Compilation: missing include.
|
|
|
|
|
|
Gnumeric 1.12.19
|
|
diff --git a/plugins/gda/plugin-gda.c b/plugins/gda/plugin-gda.c
|
|
index c3f5e4f..aa300b4 100644
|
|
--- a/plugins/gda/plugin-gda.c
|
|
+++ b/plugins/gda/plugin-gda.c
|
|
@@ -34,6 +34,7 @@
|
|
#include "workbook.h"
|
|
#include "sheet.h"
|
|
#include "gnm-i18n.h"
|
|
+#include "gui-util.h"
|
|
#include <goffice/goffice.h>
|
|
#include <gnm-plugin.h>
|
|
#include <dead-kittens.h>
|
|
--
|
|
cgit v0.10.1
|