CVS update: /ccvs/diff/

[email protected] 26 May 2005 09:05:24 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: conradpino
Date: 05/05/26 02:05:24

Modified:
 /ccvs/diff/
  ChangeLog, diff.c

Log:
 * diff.c: Include "../lib/error.h" so "error" function has prototype.

File Changes:

Directory: /ccvs/diff/
======================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/diff/ChangeLog?r1=1.114&r2=1.115
Delta lines:  +4 -0
-------------------
--- ChangeLog	25 May 2005 03:11:45 -0000	1.114
+++ ChangeLog	26 May 2005 09:05:21 -0000	1.115
@@ -1,3 +1,7 @@
+2004-05-26  Conrad T. Pino  <[email protected]>
+
+	* diff.c: Include "../lib/error.h" so "error" function has prototype.
+
 2004-05-24  Conrad T. Pino  <[email protected]>
 
 	* libdiff.dep: Regenerated for ../cvsnt.dsp changes.

File [changed]: diff.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/diff/diff.c?r1=1.16&r2=1.17
Delta lines:  +1 -0
-------------------
--- diff.c	9 Oct 2004 15:51:52 -0000	1.16
+++ diff.c	26 May 2005 09:05:21 -0000	1.17
@@ -21,6 +21,7 @@
 #define GDIFF_MAIN
 #include "diff.h"
 #include <signal.h>
+#include "error.h"
 #include "getopt.h"
 
 #ifdef HAVE_FNMATCH