Revision: 2131 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2131&view=re... Author: codebrainz Date: 2011-08-13 18:18:32 +0000 (Sat, 13 Aug 2011)
Log Message: ----------- Add missing string.h includes.
Modified Paths: -------------- trunk/geany-plugins/devhelp/src/dhp-object.c trunk/geany-plugins/devhelp/src/dhp-plugin.c
Modified: trunk/geany-plugins/devhelp/src/dhp-object.c =================================================================== --- trunk/geany-plugins/devhelp/src/dhp-object.c 2011-08-13 17:58:52 UTC (rev 2130) +++ trunk/geany-plugins/devhelp/src/dhp-object.c 2011-08-13 18:18:32 UTC (rev 2131) @@ -20,6 +20,7 @@ */
#include <stdlib.h> +#include <string.h> #include <gtk/gtk.h> #include <geanyplugin.h>
Modified: trunk/geany-plugins/devhelp/src/dhp-plugin.c =================================================================== --- trunk/geany-plugins/devhelp/src/dhp-plugin.c 2011-08-13 17:58:52 UTC (rev 2130) +++ trunk/geany-plugins/devhelp/src/dhp-plugin.c 2011-08-13 18:18:32 UTC (rev 2131) @@ -19,6 +19,7 @@ * MA 02110-1301, USA. */
+#include <string.h> #include <sys/stat.h> /* for g_mkdir_with_parents, is it portable? */
#include <gtk/gtk.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org