[geany/geany-plugins] 7e72c1: Fixed error in building Spoce Plugins.

YosefOr git-noreply at geany.org
Sat Jan 26 18:33:31 UTC 2013


Branch:      refs/heads/master
Author:      YosefOr <yosefor3 at walla.com>
Committer:   YosefOr <yosefor3 at walla.com>
Date:        Sat, 26 Jan 2013 18:33:31 UTC
Commit:      7e72c1ac2cb2faf175a7569559b36cee52d43050
             https://github.com/geany/geany-plugins/commit/7e72c1ac2cb2faf175a7569559b36cee52d43050

Log Message:
-----------
Fixed error in building Spoce Plugins.

Fixed error in building Spoce Plugins (/usr/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only <glib.h> can be included directly.").


Modified Paths:
--------------
    scope/src/debug.c

Modified: scope/src/debug.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <glibconfig.h>
+#include <glib.h>
 
 #ifdef G_OS_UNIX
 #include <sys/types.h>



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


More information about the Plugins-Commits mailing list