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

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


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

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

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

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2011-08-13 22:09:16 UTC (rev 2133)
+++ trunk/geanylatex/src/geanylatex.c	2011-08-13 22:09:39 UTC (rev 2134)
@@ -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