Revision: 1196 http://svn.sourceforge.net/geany/?rev=1196&view=rev Author: ntrel Date: 2007-01-16 07:22:24 -0800 (Tue, 16 Jan 2007)
Log Message: ----------- Fix include project.h
Modified Paths: -------------- trunk/src/main.c
Modified: trunk/src/main.c =================================================================== --- trunk/src/main.c 2007-01-16 13:18:37 UTC (rev 1195) +++ trunk/src/main.c 2007-01-16 15:22:24 UTC (rev 1196) @@ -54,6 +54,7 @@ #include "build.h" #include "highlighting.h" #include "symbols.h" +#include "project.h"
#ifdef HAVE_SOCKET # include "socket.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.