SF.net SVN: geany-plugins:[2133] trunk/geany-plugins/geanylatex/src/ geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Aug 13 22:09:16 UTC 2011


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

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

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

Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/geanylatex.c	2011-08-13 21:43:28 UTC (rev 2132)
+++ trunk/geany-plugins/geanylatex/src/geanylatex.c	2011-08-13 22:09:16 UTC (rev 2133)
@@ -25,6 +25,11 @@
 /* LaTeX plugin */
 /* This plugin improves the work with LaTeX and Geany.*/
 
+
+#ifdef HAVE_CONFIG_H
+# include "config.h" /* for the gettext domain */
+#endif
+
 #include "geanylatex.h"
 #include "ctype.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