Revision: 864 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=864&view=rev Author: frlan Date: 2009-07-22 11:57:52 +0000 (Wed, 22 Jul 2009)
Log Message: ----------- Added an additional header to avoid compiler warning
Modified Paths: -------------- trunk/geany-plugins/geanyvc/src/geanyvc.c trunk/geanyvc/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c =================================================================== --- trunk/geany-plugins/geanyvc/src/geanyvc.c 2009-07-21 21:42:24 UTC (rev 863) +++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2009-07-22 11:57:52 UTC (rev 864) @@ -27,6 +27,7 @@ #include <string.h> #include <glib.h> #include <glib/gstdio.h> +#include <unistd.h>
#include "geany.h" #include "support.h"
Modified: trunk/geanyvc/geanyvc.c =================================================================== --- trunk/geanyvc/geanyvc.c 2009-07-21 21:42:24 UTC (rev 863) +++ trunk/geanyvc/geanyvc.c 2009-07-22 11:57:52 UTC (rev 864) @@ -27,6 +27,7 @@ #include <string.h> #include <glib.h> #include <glib/gstdio.h> +#include <unistd.h>
#include "geany.h" #include "support.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org