File almanah-includes.patch of Package almanah
From ffbdf526c6966de07e83a6b3896d9c89562c7393 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Thu, 18 Apr 2013 09:08:31 +0200
Subject: [PATCH] main: include interface.h
We make use of prototypes in this header (almanah_get_css_path).
---
src/application.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/application.c b/src/application.c
index 45aa2bc..0d1f02e 100644
--- a/src/application.c
+++ b/src/application.c
@@ -31,6 +31,7 @@
#include "printing.h"
#include "search-dialog.h"
#include "storage-manager.h"
+#include "interface.h"
static void constructed (GObject *object);
static void dispose (GObject *object);
--
1.7.10.4