Revision: 438 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=438&view=rev Author: frlan Date: 2009-02-04 23:49:17 +0000 (Wed, 04 Feb 2009)
Log Message: ----------- Applied a patch by Enrico which adds missing headers to avoid compiling issues
Modified Paths: -------------- trunk/geanylatex/src/reftex.c trunk/geanylipsum/src/geanylipsum.c
Modified: trunk/geanylatex/src/reftex.c =================================================================== --- trunk/geanylatex/src/reftex.c 2009-02-04 20:06:29 UTC (rev 437) +++ trunk/geanylatex/src/reftex.c 2009-02-04 23:49:17 UTC (rev 438) @@ -19,6 +19,7 @@ * MA 02110-1301, USA. */
+#include <string.h> #include "reftex.h" #include "latexutils.h"
Modified: trunk/geanylipsum/src/geanylipsum.c =================================================================== --- trunk/geanylipsum/src/geanylipsum.c 2009-02-04 20:06:29 UTC (rev 437) +++ trunk/geanylipsum/src/geanylipsum.c 2009-02-04 23:49:17 UTC (rev 438) @@ -30,6 +30,7 @@ #include "keybindings.h" #include "geanyfunctions.h"
+#include <string.h> #ifdef HAVE_LOCALE_H # include <locale.h> #endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org