Revision: 776 http://svn.sourceforge.net/geany/?rev=776&view=rev Author: eht16 Date: 2006-08-31 11:50:10 -0700 (Thu, 31 Aug 2006)
Log Message: ----------- Added missing inclusion of vte.h.
Modified Paths: -------------- trunk/src/document.c
Modified: trunk/src/document.c =================================================================== --- trunk/src/document.c 2006-08-31 18:25:57 UTC (rev 775) +++ trunk/src/document.c 2006-08-31 18:50:10 UTC (rev 776) @@ -56,6 +56,7 @@ #include "encodings.h" #include "notebook.h" #include "main.h" +#include "vte.h"
/* Returns -1 if no text found or the new range endpoint after replacing. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.