[almanah] main: include interface.h



commit 7503b5865457370fae92e1a421e9d4b62e4c5d90
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Thu Apr 18 09:08:31 2013 +0200

    main: include interface.h
    
    We make use of prototypes in this header (almanah_get_css_path).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698259

 src/application.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]