SF.net SVN: geany-plugins:[2135] trunk/geany-plugins/geanylipsum/src/ geanylipsum.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Aug 13 22:10:02 UTC 2011


Revision: 2135
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2135&view=rev
Author:   frlan
Date:     2011-08-13 22:10:02 +0000 (Sat, 13 Aug 2011)

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

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

Modified: trunk/geany-plugins/geanylipsum/src/geanylipsum.c
===================================================================
--- trunk/geany-plugins/geanylipsum/src/geanylipsum.c	2011-08-13 22:09:39 UTC (rev 2134)
+++ trunk/geany-plugins/geanylipsum/src/geanylipsum.c	2011-08-13 22:10:02 UTC (rev 2135)
@@ -20,6 +20,10 @@
 
 #include "geanyplugin.h"
 
+#ifdef HAVE_CONFIG_H
+	#include "config.h" /* for the gettext domain */
+#endif
+
 #include <string.h>
 #ifdef HAVE_LOCALE_H
 # include <locale.h>


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