Revision: 2136 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2136&view=re... Author: frlan Date: 2011-08-13 22:10:30 +0000 (Sat, 13 Aug 2011)
Log Message: ----------- Fix build of geanysendmail plugin due to not properly included config.h
Modified Paths: -------------- trunk/geany-plugins/geanysendmail/src/geanysendmail.c
Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c =================================================================== --- trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-08-13 22:10:02 UTC (rev 2135) +++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-08-13 22:10:30 UTC (rev 2136) @@ -26,6 +26,9 @@ #include "geanyplugin.h" #include "icon.h"
+#ifdef HAVE_CONFIG_H + #include "config.h" /* for the gettext domain */ +#endif
#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.