[geany/geany] 05f362: Have to include a few more headers for plugins

Thomas Martitz git-noreply at xxxxx
Fri Apr 10 14:16:19 UTC 2015


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 14:16:19 UTC
Commit:      05f362b3bd5247dc9102c908d98b393cc0175242
             https://github.com/geany/geany/commit/05f362b3bd5247dc9102c908d98b393cc0175242

Log Message:
-----------
Have to include a few more headers for plugins


Modified Paths:
--------------
    plugins/geanyplugin.h

Modified: plugins/geanyplugin.h
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -34,6 +34,7 @@
 
 /* Only include public headers here */
 #include "app.h"
+#include "build.h"
 #include "dialogs.h"
 #include "document.h"
 #include "editor.h"
@@ -60,4 +61,6 @@
 #include "ui_utils.h"
 #include "utils.h"
 
+#include "gtkcompat.h"
+
 #endif



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list