Revision: 2135 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2135&view=re... 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.