SF.net SVN: geany-plugins:[511] trunk/geanyvc/geanyvc.c

frlan at users.sourceforge.net frlan at xxxxx
Thu Feb 26 00:40:58 UTC 2009


Revision: 511
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=511&view=rev
Author:   frlan
Date:     2009-02-26 00:40:58 +0000 (Thu, 26 Feb 2009)

Log Message:
-----------
GeanyVC: Fix of a compiler warning when running waf after autotools

Modified Paths:
--------------
    trunk/geanyvc/geanyvc.c

Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c	2009-02-26 00:38:03 UTC (rev 510)
+++ trunk/geanyvc/geanyvc.c	2009-02-26 00:40:58 UTC (rev 511)
@@ -49,7 +49,7 @@
 
 #include "geanyvc.h"
 
-#include "config.h"
+#include <config.h>
 
 #ifdef USE_GTKSPELL
 #include <gtkspell/gtkspell.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