SF.net SVN: geany-plugins:[1128] trunk/geany-plugins/addons/src/ao_tasks.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 17 12:57:34 UTC 2010


Revision: 1128
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1128&view=rev
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.



More information about the Plugins-Commits mailing list