Revision: 1128 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1128&view=re... Author: eht16 Date: 2010-01-17 12:57:34 +0000 (Sun, 17 Jan 2010)
Log Message: ----------- Add missing header include
Modified Paths: -------------- trunk/geany-plugins/addons/src/ao_tasks.c
Modified: trunk/geany-plugins/addons/src/ao_tasks.c =================================================================== --- trunk/geany-plugins/addons/src/ao_tasks.c 2010-01-17 12:54:09 UTC (rev 1127) +++ trunk/geany-plugins/addons/src/ao_tasks.c 2010-01-17 12:57:34 UTC (rev 1128) @@ -21,6 +21,7 @@ */
+#include <string.h> #include <gtk/gtk.h> #include <glib-object.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org