SF.net SVN: geany-plugins:[2130] trunk/geany-plugins/addons/src/addons.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Aug 13 17:58:53 UTC 2011


Revision: 2130
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2130&view=rev
Author:   frlan
Date:     2011-08-13 17:58:52 +0000 (Sat, 13 Aug 2011)

Log Message:
-----------
Fix build of addons plugin due to not properly included config.h

Modified Paths:
--------------
    trunk/geany-plugins/addons/src/addons.c

Modified: trunk/geany-plugins/addons/src/addons.c
===================================================================
--- trunk/geany-plugins/addons/src/addons.c	2011-08-13 15:05:45 UTC (rev 2129)
+++ trunk/geany-plugins/addons/src/addons.c	2011-08-13 17:58:52 UTC (rev 2130)
@@ -34,6 +34,9 @@
 #include "ao_tasks.h"
 #include "ao_xmltagging.h"
 
+#ifdef HAVE_CONFIG_H
+# include "config.h" /* for the gettext domain */
+#endif
 
 
 GeanyPlugin		*geany_plugin;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list