Revision: 1655 http://svn.sourceforge.net/geany/?rev=1655&view=rev Author: ntrel Date: 2007-06-29 09:19:28 -0700 (Fri, 29 Jun 2007)
Log Message: ----------- Fix build.
Modified Paths: -------------- trunk/tagmanager/get.c
Modified: trunk/tagmanager/get.c =================================================================== --- trunk/tagmanager/get.c 2007-06-29 16:01:40 UTC (rev 1654) +++ trunk/tagmanager/get.c 2007-06-29 16:19:28 UTC (rev 1655) @@ -16,6 +16,7 @@ #include "general.h" /* must always come first */
#include <string.h> +#include <glib.h>
#include "entry.h" #include "get.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.