SF.net SVN: geany:[5883] trunk/src/stash.c

colombanw at users.sourceforge.net colombanw at xxxxx
Wed Aug 3 15:20:44 UTC 2011


Revision: 5883
          http://geany.svn.sourceforge.net/geany/?rev=5883&view=rev
Author:   colombanw
Date:     2011-08-03 15:20:43 +0000 (Wed, 03 Aug 2011)

Log Message:
-----------
Properly include string.h in stash.c since we use strcmp() (oops)

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

Modified: trunk/src/stash.c
===================================================================
--- trunk/src/stash.c	2011-08-03 15:20:26 UTC (rev 5882)
+++ trunk/src/stash.c	2011-08-03 15:20:43 UTC (rev 5883)
@@ -85,6 +85,7 @@
 
 #include "geany.h"		/* necessary for utils.h, otherwise use gtk/gtk.h */
 #include <stdlib.h>		/* only for atoi() */
+#include <string.h>		/* only for strcmp() */
 #include "support.h"	/* only for _("text") */
 #include "utils.h"		/* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list